#70D9EF

Color #70D9EF Turquoise Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Turquoise Blue #70D9EF

Tints of Turquoise Blue #70D9EF

Color information

#70D9EF (or 0x70D9EF) is unknown color: approx Turquoise Blue. HEX triplet: 70, D9 and EF. RGB value is (112,217,239). Sum of RGB (Red+Green+Blue) = 112+217+239=568 (75% of max value = 765). Red value is 112 (44.14% from 255 or 19.72% from 568); Green value is 217 (85.16% from 255 or 38.20% from 568); Blue value is 239 (93.75% from 255 or 42.08% from 568); Max value from RGB is 239 - color contains mainly: blue. Hex color #70D9EF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #70D9EF is #8F2610. Grayscale: #BBBBBB. Windows color (decimal): -9381393 or 15718768. OLE color: 15718768.

HSL color Cylindrical-coordinate representation of color #70D9EF: hue angle of 190.39º degrees, saturation: 0.8, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #70D9EF is Cyan = 0.53, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB112217239-
CMYK0.530.0900.06
HSL190.39º79.87%68.82%-
HSV(B)190.39º53.14%93.73%-
XYZ47.0759.390.63-
YUV188.11156.7173.71-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 112 (44.14% from 255) = 19.72%
GREEN value IS 217 (85.16% from 255) = 38.20%
BLUE value IS 239 (93.75% from 255) = 42.08%
R=19.72%
G=38.20%
B=42.08%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1122172390.530.0900.06190.3979.8768.82
Hex70D9EF35906be5045
Octal160331357651106276120105
Binary11100001101100111101111110101100101101011111010100001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70D9EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #70D9EF; }

 p { color: rgb(112,217,239); }

 H1.HeaderClassName
 {
   color: #70D9EF;
 }
 .AnyTagClassName
 {
   color: #70D9EF;
 }
</style>
background-color css

<style>
 a { background-color: #70D9EF; }

 a { background-color: rgb(112,217,239); }

 div.DivClassName
 {
   background-color: #70D9EF;
 }
 .BgClassName
 {
   background-color: #70D9EF;
 }
</style>
border-color css

<style>
 span { border-color: #70D9EF; }

 span { border-color: rgb(112,217,239); }

 td.TdClassName
 {
   border-color: #70D9EF;
 }
 .TagClassName
 {
   border-color: #70D9EF;
 }
</style>