#66DEF7

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

Shades of Turquoise Blue #66DEF7

Tints of Turquoise Blue #66DEF7

Color information

#66DEF7 (or 0x66DEF7) is unknown color: approx Turquoise Blue. HEX triplet: 66, DE and F7. RGB value is (102,222,247). Sum of RGB (Red+Green+Blue) = 102+222+247=571 (75% of max value = 765). Red value is 102 (40.23% from 255 or 17.86% from 571); Green value is 222 (87.11% from 255 or 38.88% from 571); Blue value is 247 (96.88% from 255 or 43.26% from 571); Max value from RGB is 247 - color contains mainly: blue. Hex color #66DEF7 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #66DEF7 is #992108. Grayscale: #BCBCBC. Windows color (decimal): -10035465 or 16244326. OLE color: 16244326.

HSL color Cylindrical-coordinate representation of color #66DEF7: hue angle of 190.34º degrees, saturation: 0.9, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #66DEF7 is Cyan = 0.59, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB102222247-
CMYK0.590.1000.03
HSL190.34º90.06%68.43%-
HSV(B)190.34º58.7%96.86%-
XYZ48.3961.7897.37-
YUV188.97160.7465.97-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 17.86%
GREEN value IS 222 (87.11% from 255) = 38.88%
BLUE value IS 247 (96.88% from 255) = 43.26%
R=17.86%
G=38.88%
B=43.26%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1022222470.590.1000.03190.3490.0668.43
Hex66DEF73BA03be5a44
Octal146336367731203276132104
Binary1100110110111101111011111101110100111011111010110101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66DEF7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(102,222,247); }

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

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

 a { background-color: rgb(102,222,247); }

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

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

 span { border-color: rgb(102,222,247); }

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