Shades of Turquoise Blue #66D2D7
Tints of Turquoise Blue #66D2D7
RGB
CMYK
RGB Variations
Color information
#66D2D7 (or 0x66D2D7) is known color: Turquoise Blue. HEX triplet: 66, D2 and D7. RGB value is (102,210,215). Sum of RGB (Red+Green+Blue) = 102+210+215=527 (69% of max value = 765). Red value is 102 (40.23% from 255 or 19.35% from 527); Green value is 210 (82.42% from 255 or 39.85% from 527); Blue value is 215 (84.38% from 255 or 40.80% from 527); Max value from RGB is 215 - color contains mainly: blue. Hex color #66D2D7 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #66D2D7 is #992D28. Grayscale: #B2B2B2. Windows color (decimal): -10038569 or 14144102. OLE color: 14144102.
HSL color Cylindrical-coordinate representation of color #66D2D7: hue angle of 182.65º degrees, saturation: 0.59, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #66D2D7 is Cyan = 0.53, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 102 | 210 | 215 | - |
| CMYK | 0.53 | 0.02 | 0 | 0.16 |
| HSL | 182.65º | 0.59% | 0.62% | - |
| HSV(B) | 182.65º | 0.53% | 0.84% | - |
| XYZ | 40.79 | 53.82 | 72.53 | - |
| YUV | 178.28 | 148.72 | 73.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 210 | 215 | 0.53 | 0.02 | 0 | 0.16 | 182.65 | 0.59 | 0.62 |
| Hex | 66 | D2 | D7 | 35 | 2 | 0 | 10 | B7 | 3B | 3E |
| Octal | 146 | 322 | 327 | 65 | 2 | 0 | 20 | 267 | 73 | 76 |
| Binary | 1100110 | 11010010 | 11010111 | 110101 | 10 | 0 | 10000 | 10110111 | 111011 | 111110 |
Color Harmonies of #66D2D7
Complementary color
Monochromatic Colors of #66D2D7
Black with #66D2D7
Text Example
Text Example
White with #66D2D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66D2D7; }
p { color: rgb(102,210,215); }
H1.HeaderClassName
{
color: #66D2D7;
}
.AnyTagClassName
{
color: #66D2D7;
}
</style>
background-color css
<style>
a { background-color: #66D2D7; }
a { background-color: rgb(102,210,215); }
div.DivClassName
{
background-color: #66D2D7;
}
.BgClassName
{
background-color: #66D2D7;
}
</style>
border-color css
<style>
span { border-color: #66D2D7; }
span { border-color: rgb(102,210,215); }
td.TdClassName
{
border-color: #66D2D7;
}
.TagClassName
{
border-color: #66D2D7;
}
</style>