#66D4F2

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

Shades of Turquoise Blue #66D4F2

Tints of Turquoise Blue #66D4F2

Color information

#66D4F2 (or 0x66D4F2) is unknown color: approx Turquoise Blue. HEX triplet: 66, D4 and F2. RGB value is (102,212,242). Sum of RGB (Red+Green+Blue) = 102+212+242=556 (73% of max value = 765). Red value is 102 (40.23% from 255 or 18.35% from 556); Green value is 212 (83.20% from 255 or 38.13% from 556); Blue value is 242 (94.92% from 255 or 43.53% from 556); Max value from RGB is 242 - color contains mainly: blue. Hex color #66D4F2 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #66D4F2 is #992B0D. Grayscale: #B6B6B6. Windows color (decimal): -10038030 or 15914086. OLE color: 15914086.

HSL color Cylindrical-coordinate representation of color #66D4F2: hue angle of 192.86º degrees, saturation: 0.84, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #66D4F2 is Cyan = 0.58, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB102212242-
CMYK0.580.1200.05
HSL192.86º84.34%67.45%-
HSV(B)192.86º57.85%94.9%-
XYZ45.0556.3292.5-
YUV182.53161.5670.56-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 18.35%
GREEN value IS 212 (83.20% from 255) = 38.13%
BLUE value IS 242 (94.92% from 255) = 43.53%
R=18.35%
G=38.13%
B=43.53%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1022122420.580.1200.05192.8684.3467.45
Hex66D4F23AC05c15443
Octal146324362721405301124103
Binary11001101101010011110010111010110001011100000110101001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66D4F2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #66D4F2; }

 p { color: rgb(102,212,242); }

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

<style>
 a { background-color: #66D4F2; }

 a { background-color: rgb(102,212,242); }

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

<style>
 span { border-color: #66D4F2; }

 span { border-color: rgb(102,212,242); }

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