#66DEEE

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

Shades of Turquoise Blue #66DEEE

Tints of Turquoise Blue #66DEEE

Color information

#66DEEE (or 0x66DEEE) is unknown color: approx Turquoise Blue. HEX triplet: 66, DE and EE. RGB value is (102,222,238). Sum of RGB (Red+Green+Blue) = 102+222+238=562 (74% of max value = 765). Red value is 102 (40.23% from 255 or 18.15% from 562); Green value is 222 (87.11% from 255 or 39.50% from 562); Blue value is 238 (93.36% from 255 or 42.35% from 562); Max value from RGB is 238 - color contains mainly: blue. Hex color #66DEEE is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #66DEEE is #992111. Grayscale: #BBBBBB. Windows color (decimal): -10035474 or 15654502. OLE color: 15654502.

HSL color Cylindrical-coordinate representation of color #66DEEE: hue angle of 187.06º degrees, saturation: 0.8, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #66DEEE is Cyan = 0.57, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB102222238-
CMYK0.570.0700.07
HSL187.06º80%66.67%-
HSV(B)187.06º57.14%93.33%-
XYZ47.0361.2490.23-
YUV187.94156.2466.7-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 18.15%
GREEN value IS 222 (87.11% from 255) = 39.50%
BLUE value IS 238 (93.36% from 255) = 42.35%
R=18.15%
G=39.50%
B=42.35%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1022222380.570.0700.07187.068066.67
Hex66DEEE39707bb5043
Octal14633635671707273120103
Binary1100110110111101110111011100111101111011101110100001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66DEEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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