#66D5EE

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

Shades of Turquoise Blue #66D5EE

Tints of Turquoise Blue #66D5EE

Color information

#66D5EE (or 0x66D5EE) is unknown color: approx Turquoise Blue. HEX triplet: 66, D5 and EE. RGB value is (102,213,238). Sum of RGB (Red+Green+Blue) = 102+213+238=553 (73% of max value = 765). Red value is 102 (40.23% from 255 or 18.44% from 553); Green value is 213 (83.59% from 255 or 38.52% from 553); Blue value is 238 (93.36% from 255 or 43.04% from 553); Max value from RGB is 238 - color contains mainly: blue. Hex color #66D5EE is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #66D5EE is #992A11. Grayscale: #B6B6B6. Windows color (decimal): -10037778 or 15652198. OLE color: 15652198.

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

Color convert

RGB102213238-
CMYK0.570.1100.07
HSL191.03º80%66.67%-
HSV(B)191.03º57.14%93.33%-
XYZ44.7156.5989.45-
YUV182.66159.2370.47-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 18.44%
GREEN value IS 213 (83.59% from 255) = 38.52%
BLUE value IS 238 (93.36% from 255) = 43.04%
R=18.44%
G=38.52%
B=43.04%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1022132380.570.1100.07191.038066.67
Hex66D5EE39B07bf5043
Octal146325356711307277120103
Binary11001101101010111101110111001101101111011111110100001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66D5EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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