Shades of Turquoise Blue #66D1D8
Tints of Turquoise Blue #66D1D8
RGB
CMYK
RGB Variations
Color information
#66D1D8 (or 0x66D1D8) is known color: Turquoise Blue. HEX triplet: 66, D1 and D8. RGB value is (102,209,216). Sum of RGB (Red+Green+Blue) = 102+209+216=527 (69% of max value = 765). Red value is 102 (40.23% from 255 or 19.35% from 527); Green value is 209 (82.03% from 255 or 39.66% from 527); Blue value is 216 (84.77% from 255 or 40.99% from 527); Max value from RGB is 216 - color contains mainly: blue. Hex color #66D1D8 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #66D1D8 is #992E27. Grayscale: #B1B1B1. Windows color (decimal): -10038824 or 14209382. OLE color: 14209382.
HSL color Cylindrical-coordinate representation of color #66D1D8: hue angle of 183.68º degrees, saturation: 0.59, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #66D1D8 is Cyan = 0.53, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 102 | 209 | 216 | - |
| CMYK | 0.53 | 0.03 | 0 | 0.15 |
| HSL | 183.68º | 0.59% | 0.62% | - |
| HSV(B) | 183.68º | 0.53% | 0.85% | - |
| XYZ | 40.67 | 53.38 | 73.13 | - |
| YUV | 177.81 | 149.55 | 73.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 209 | 216 | 0.53 | 0.03 | 0 | 0.15 | 183.68 | 0.59 | 0.62 |
| Hex | 66 | D1 | D8 | 35 | 3 | 0 | F | B8 | 3B | 3E |
| Octal | 146 | 321 | 330 | 65 | 3 | 0 | 17 | 270 | 73 | 76 |
| Binary | 1100110 | 11010001 | 11011000 | 110101 | 11 | 0 | 1111 | 10111000 | 111011 | 111110 |
Color Harmonies of #66D1D8
Complementary color
Monochromatic Colors of #66D1D8
Black with #66D1D8
Text Example
Text Example
White with #66D1D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66D1D8; }
p { color: rgb(102,209,216); }
H1.HeaderClassName
{
color: #66D1D8;
}
.AnyTagClassName
{
color: #66D1D8;
}
</style>
background-color css
<style>
a { background-color: #66D1D8; }
a { background-color: rgb(102,209,216); }
div.DivClassName
{
background-color: #66D1D8;
}
.BgClassName
{
background-color: #66D1D8;
}
</style>
border-color css
<style>
span { border-color: #66D1D8; }
span { border-color: rgb(102,209,216); }
td.TdClassName
{
border-color: #66D1D8;
}
.TagClassName
{
border-color: #66D1D8;
}
</style>