#66EDEE

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

Shades of Turquoise Blue #66EDEE

Tints of Turquoise Blue #66EDEE

Color information

#66EDEE (or 0x66EDEE) is unknown color: approx Turquoise Blue. HEX triplet: 66, ED and EE. RGB value is (102,237,238). Sum of RGB (Red+Green+Blue) = 102+237+238=577 (76% of max value = 765). Red value is 102 (40.23% from 255 or 17.68% from 577); Green value is 237 (92.97% from 255 or 41.07% from 577); Blue value is 238 (93.36% from 255 or 41.25% from 577); Max value from RGB is 238 - color contains mainly: blue. Hex color #66EDEE is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #66EDEE is #991211. Grayscale: #C4C4C4. Windows color (decimal): -10031634 or 15658342. OLE color: 15658342.

HSL color Cylindrical-coordinate representation of color #66EDEE: hue angle of 180.44º 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 #66EDEE is Cyan = 0.57, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB102237238-
CMYK0.570.0000.07
HSL180.44º80%66.67%-
HSV(B)180.44º57.14%93.33%-
XYZ51.269.5791.62-
YUV196.75151.2760.42-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 17.68%
GREEN value IS 237 (92.97% from 255) = 41.07%
BLUE value IS 238 (93.36% from 255) = 41.25%
R=17.68%
G=41.07%
B=41.25%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.00
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1022372380.570.0000.07180.448066.67
Hex66EDEE39007b45043
Octal14635535671007264120103
Binary11001101110110111101110111001001111011010010100001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66EDEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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