#66D6D6

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

Shades of Turquoise Blue #66D6D6

Tints of Turquoise Blue #66D6D6

Color information

#66D6D6 (or 0x66D6D6) is unknown color: approx Turquoise Blue. HEX triplet: 66, D6 and D6. RGB value is (102,214,214). Sum of RGB (Red+Green+Blue) = 102+214+214=530 (70% of max value = 765). Red value is 102 (40.23% from 255 or 19.25% from 530); Green value is 214 (83.98% from 255 or 40.38% from 530); Blue value is 214 (83.98% from 255 or 40.38% from 530); Max value from RGB is 214 - color contains mainly: green, blue. Hex color #66D6D6 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #66D6D6 is #992929. Grayscale: #B4B4B4. Windows color (decimal): -10037546 or 14079590. OLE color: 14079590.

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

Color convert

RGB102214214-
CMYK0.52000.16
HSL180º57.73%61.96%-
HSV(B)180º52.34%83.92%-
XYZ41.6655.7772.19-
YUV180.51146.8972-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 19.25%
GREEN value IS 214 (83.98% from 255) = 40.38%
BLUE value IS 214 (83.98% from 255) = 40.38%
R=19.25%
G=40.38%
B=40.38%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1022142140.52000.1618057.7361.96
Hex66D6D6340010b43a3e
Octal1463263266400202647276
Binary11001101101011011010110110100001000010110100111010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66D6D6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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