#66D3DF

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

Shades of Turquoise Blue #66D3DF

Tints of Turquoise Blue #66D3DF

Color information

#66D3DF (or 0x66D3DF) is unknown color: approx Turquoise Blue. HEX triplet: 66, D3 and DF. RGB value is (102,211,223). Sum of RGB (Red+Green+Blue) = 102+211+223=536 (70% of max value = 765). Red value is 102 (40.23% from 255 or 19.03% from 536); Green value is 211 (82.81% from 255 or 39.37% from 536); Blue value is 223 (87.5% from 255 or 41.60% from 536); Max value from RGB is 223 - color contains mainly: blue. Hex color #66D3DF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #66D3DF is #992C20. Grayscale: #B3B3B3. Windows color (decimal): -10038305 or 14668646. OLE color: 14668646.

HSL color Cylindrical-coordinate representation of color #66D3DF: hue angle of 185.95º degrees, saturation: 0.65, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #66D3DF is Cyan = 0.54, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB102211223-
CMYK0.540.0500.13
HSL185.95º65.41%63.73%-
HSV(B)185.95º54.26%87.45%-
XYZ42.0954.7478.16-
YUV179.78152.3972.52-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 19.03%
GREEN value IS 211 (82.81% from 255) = 39.37%
BLUE value IS 223 (87.5% from 255) = 41.60%
R=19.03%
G=39.37%
B=41.60%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1022112230.540.0500.13185.9565.4163.73
Hex66D3DF3650Dba4140
Octal146323337665015272101100
Binary11001101101001111011111110110101011011011101010000011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66D3DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(102,211,223); }

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

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

 a { background-color: rgb(102,211,223); }

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

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

 span { border-color: rgb(102,211,223); }

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