#66D0D6

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

Shades of Turquoise Blue #66D0D6

Tints of Turquoise Blue #66D0D6

Color information

#66D0D6 (or 0x66D0D6) is unknown color: approx Turquoise Blue. HEX triplet: 66, D0 and D6. RGB value is (102,208,214). Sum of RGB (Red+Green+Blue) = 102+208+214=524 (69% of max value = 765). Red value is 102 (40.23% from 255 or 19.47% from 524); Green value is 208 (81.64% from 255 or 39.69% from 524); Blue value is 214 (83.98% from 255 or 40.84% from 524); Max value from RGB is 214 - color contains mainly: blue. Hex color #66D0D6 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #66D0D6 is #992F29. Grayscale: #B0B0B0. Windows color (decimal): -10039082 or 14078054. OLE color: 14078054.

HSL color Cylindrical-coordinate representation of color #66D0D6: hue angle of 183.21º degrees, saturation: 0.58, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #66D0D6 is Cyan = 0.52, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB102208214-
CMYK0.520.0300.16
HSL183.21º57.73%61.96%-
HSV(B)183.21º52.34%83.92%-
XYZ40.1752.7971.69-
YUV176.99148.8874.51-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 19.47%
GREEN value IS 208 (81.64% from 255) = 39.69%
BLUE value IS 214 (83.98% from 255) = 40.84%
R=19.47%
G=39.69%
B=40.84%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1022082140.520.0300.16183.2157.7361.96
Hex66D0D6343010b73a3e
Octal1463203266430202677276
Binary110011011010000110101101101001101000010110111111010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66D0D6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(102,208,214); }

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

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

 a { background-color: rgb(102,208,214); }

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

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

 span { border-color: rgb(102,208,214); }

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