#66DDFF

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

Shades of Turquoise Blue #66DDFF

Tints of Turquoise Blue #66DDFF

Color information

#66DDFF (or 0x66DDFF) is unknown color: approx Turquoise Blue. HEX triplet: 66, DD and FF. RGB value is (102,221,255). Sum of RGB (Red+Green+Blue) = 102+221+255=578 (76% of max value = 765). Red value is 102 (40.23% from 255 or 17.65% from 578); Green value is 221 (86.72% from 255 or 38.24% from 578); Blue value is 255 (100% from 255 or 44.12% from 578); Max value from RGB is 255 - color contains mainly: blue. Hex color #66DDFF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #66DDFF is #992200. Grayscale: #BDBDBD. Windows color (decimal): -10035713 or 16768358. OLE color: 16768358.

HSL color Cylindrical-coordinate representation of color #66DDFF: hue angle of 193.33º degrees, saturation: 1, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #66DDFF is Cyan = 0.6, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB102221255-
CMYK0.60.1300
HSL193.33º100%70%-
HSV(B)193.33º60%100%-
XYZ49.3961.76103.93-
YUV189.3165.0865.74-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 17.65%
GREEN value IS 221 (86.72% from 255) = 38.24%
BLUE value IS 255 (100% from 255) = 44.12%
R=17.65%
G=38.24%
B=44.12%

CMYK

C (Cyan) values IS 0.6
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1022212550.60.1300193.3310070
Hex66DDFF3CD00c16446
Octal146335377741500301144106
Binary110011011011101111111111111001101001100000111001001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66DDFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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