#66DDEE

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

Shades of Turquoise Blue #66DDEE

Tints of Turquoise Blue #66DDEE

Color information

#66DDEE (or 0x66DDEE) is unknown color: approx Turquoise Blue. HEX triplet: 66, DD and EE. RGB value is (102,221,238). Sum of RGB (Red+Green+Blue) = 102+221+238=561 (74% of max value = 765). Red value is 102 (40.23% from 255 or 18.18% from 561); Green value is 221 (86.72% from 255 or 39.39% from 561); Blue value is 238 (93.36% from 255 or 42.42% from 561); Max value from RGB is 238 - color contains mainly: blue. Hex color #66DDEE is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #66DDEE is #992211. Grayscale: #BBBBBB. Windows color (decimal): -10035730 or 15654246. OLE color: 15654246.

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

Color convert

RGB102221238-
CMYK0.570.0700.07
HSL187.5º80%66.67%-
HSV(B)187.5º57.14%93.33%-
XYZ46.7760.7190.14-
YUV187.36156.5867.12-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 18.18%
GREEN value IS 221 (86.72% from 255) = 39.39%
BLUE value IS 238 (93.36% from 255) = 42.42%
R=18.18%
G=39.39%
B=42.42%

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
Decimal1022212380.570.0700.07187.58066.67
Hex66DDEE39707bc5043
Octal14633535671707274120103
Binary1100110110111011110111011100111101111011110010100001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66DDEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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