#66DDF6

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

Shades of Turquoise Blue #66DDF6

Tints of Turquoise Blue #66DDF6

Color information

#66DDF6 (or 0x66DDF6) is unknown color: approx Turquoise Blue. HEX triplet: 66, DD and F6. RGB value is (102,221,246). Sum of RGB (Red+Green+Blue) = 102+221+246=569 (75% of max value = 765). Red value is 102 (40.23% from 255 or 17.93% from 569); Green value is 221 (86.72% from 255 or 38.84% from 569); Blue value is 246 (96.48% from 255 or 43.23% from 569); Max value from RGB is 246 - color contains mainly: blue. Hex color #66DDF6 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #66DDF6 is #992209. Grayscale: #BCBCBC. Windows color (decimal): -10035722 or 16178534. OLE color: 16178534.

HSL color Cylindrical-coordinate representation of color #66DDF6: hue angle of 190.42º 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 #66DDF6 is Cyan = 0.59, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB102221246-
CMYK0.590.1000.04
HSL190.42º88.89%68.24%-
HSV(B)190.42º58.54%96.47%-
XYZ47.9761.1996.47-
YUV188.27160.5866.47-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 17.93%
GREEN value IS 221 (86.72% from 255) = 38.84%
BLUE value IS 246 (96.48% from 255) = 43.23%
R=17.93%
G=38.84%
B=43.23%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1022212460.590.1000.04190.4288.8968.24
Hex66DDF63BA04be5944
Octal146335366731204276131104
Binary11001101101110111110110111011101001001011111010110011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66DDF6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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