#66D4F6

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

Shades of Turquoise Blue #66D4F6

Tints of Turquoise Blue #66D4F6

Color information

#66D4F6 (or 0x66D4F6) is unknown color: approx Turquoise Blue. HEX triplet: 66, D4 and F6. RGB value is (102,212,246). Sum of RGB (Red+Green+Blue) = 102+212+246=560 (74% of max value = 765). Red value is 102 (40.23% from 255 or 18.21% from 560); Green value is 212 (83.20% from 255 or 37.86% from 560); Blue value is 246 (96.48% from 255 or 43.93% from 560); Max value from RGB is 246 - color contains mainly: blue. Hex color #66D4F6 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #66D4F6 is #992B09. Grayscale: #B6B6B6. Windows color (decimal): -10038026 or 16176230. OLE color: 16176230.

HSL color Cylindrical-coordinate representation of color #66D4F6: hue angle of 194.17º degrees, saturation: 0.89, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #66D4F6 is Cyan = 0.59, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB102212246-
CMYK0.590.1400.04
HSL194.17º88.89%68.24%-
HSV(B)194.17º58.54%96.47%-
XYZ45.6656.5795.7-
YUV182.99163.5670.24-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 18.21%
GREEN value IS 212 (83.20% from 255) = 37.86%
BLUE value IS 246 (96.48% from 255) = 43.93%
R=18.21%
G=37.86%
B=43.93%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1022122460.590.1400.04194.1788.8968.24
Hex66D4F63BE04c25944
Octal146324366731604302131104
Binary11001101101010011110110111011111001001100001010110011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66D4F6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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