#66DFE9

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

Shades of Turquoise Blue #66DFE9

Tints of Turquoise Blue #66DFE9

Color information

#66DFE9 (or 0x66DFE9) is unknown color: approx Turquoise Blue. HEX triplet: 66, DF and E9. RGB value is (102,223,233). Sum of RGB (Red+Green+Blue) = 102+223+233=558 (73% of max value = 765). Red value is 102 (40.23% from 255 or 18.28% from 558); Green value is 223 (87.5% from 255 or 39.96% from 558); Blue value is 233 (91.41% from 255 or 41.76% from 558); Max value from RGB is 233 - color contains mainly: blue. Hex color #66DFE9 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #66DFE9 is #992016. Grayscale: #BBBBBB. Windows color (decimal): -10035223 or 15327078. OLE color: 15327078.

HSL color Cylindrical-coordinate representation of color #66DFE9: hue angle of 184.58º degrees, saturation: 0.75, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #66DFE9 is Cyan = 0.56, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB102223233-
CMYK0.560.0400.09
HSL184.58º74.86%65.69%-
HSV(B)184.58º56.22%91.37%-
XYZ46.5861.4886.5-
YUV187.96153.4166.69-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 18.28%
GREEN value IS 223 (87.5% from 255) = 39.96%
BLUE value IS 233 (91.41% from 255) = 41.76%
R=18.28%
G=39.96%
B=41.76%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1022232330.560.0400.09184.5874.8665.69
Hex66DFE938409b94b42
Octal146337351704011271113102
Binary11001101101111111101001111000100010011011100110010111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66DFE9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(102,223,233); }

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

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

 a { background-color: rgb(102,223,233); }

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

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

 span { border-color: rgb(102,223,233); }

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