Shades of Turquoise Blue #66D5D2
Tints of Turquoise Blue #66D5D2
RGB
CMYK
RGB Variations
Color information
#66D5D2 (or 0x66D5D2) is known color: Turquoise Blue. HEX triplet: 66, D5 and D2. RGB value is (102,213,210). Sum of RGB (Red+Green+Blue) = 102+213+210=525 (69% of max value = 765). Red value is 102 (40.23% from 255 or 19.43% from 525); Green value is 213 (83.59% from 255 or 40.57% from 525); Blue value is 210 (82.42% from 255 or 40% from 525); Max value from RGB is 213 - color contains mainly: green. Hex color #66D5D2 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #66D5D2 is #992A2D. Grayscale: #B3B3B3. Windows color (decimal): -10037806 or 13817190. OLE color: 13817190.
HSL color Cylindrical-coordinate representation of color #66D5D2: hue angle of 178.38º degrees, saturation: 0.57, 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 #66D5D2 is Cyan = 0.52, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 102 | 213 | 210 | - |
| CMYK | 0.52 | 0 | 0.01 | 0.16 |
| HSL | 178.38º | 0.57% | 0.62% | - |
| HSV(B) | 178.38º | 0.52% | 0.84% | - |
| XYZ | 40.91 | 55.07 | 69.45 | - |
| YUV | 179.47 | 145.23 | 72.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 213 | 210 | 0.52 | 0 | 0.01 | 0.16 | 178.38 | 0.57 | 0.62 |
| Hex | 66 | D5 | D2 | 34 | 0 | 1 | 10 | B2 | 39 | 3E |
| Octal | 146 | 325 | 322 | 64 | 0 | 1 | 20 | 262 | 71 | 76 |
| Binary | 1100110 | 11010101 | 11010010 | 110100 | 0 | 1 | 10000 | 10110010 | 111001 | 111110 |
Color Harmonies of #66D5D2
Complementary color
Monochromatic Colors of #66D5D2
Black with #66D5D2
Text Example
Text Example
White with #66D5D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66D5D2; }
p { color: rgb(102,213,210); }
H1.HeaderClassName
{
color: #66D5D2;
}
.AnyTagClassName
{
color: #66D5D2;
}
</style>
background-color css
<style>
a { background-color: #66D5D2; }
a { background-color: rgb(102,213,210); }
div.DivClassName
{
background-color: #66D5D2;
}
.BgClassName
{
background-color: #66D5D2;
}
</style>
border-color css
<style>
span { border-color: #66D5D2; }
span { border-color: rgb(102,213,210); }
td.TdClassName
{
border-color: #66D5D2;
}
.TagClassName
{
border-color: #66D5D2;
}
</style>