Shades of Turquoise Blue #66DDD6
Tints of Turquoise Blue #66DDD6
RGB
CMYK
RGB Variations
Color information
#66DDD6 (or 0x66DDD6) is known color: Turquoise Blue. HEX triplet: 66, DD and D6. RGB value is (102,221,214). Sum of RGB (Red+Green+Blue) = 102+221+214=537 (71% of max value = 765). Red value is 102 (40.23% from 255 or 18.99% from 537); Green value is 221 (86.72% from 255 or 41.15% from 537); Blue value is 214 (83.98% from 255 or 39.85% from 537); Max value from RGB is 221 - color contains mainly: green. Hex color #66DDD6 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #66DDD6 is #992229. Grayscale: #B8B8B8. Windows color (decimal): -10035754 or 14081382. OLE color: 14081382.
HSL color Cylindrical-coordinate representation of color #66DDD6: hue angle of 176.47º degrees, saturation: 0.64, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #66DDD6 is Cyan = 0.54, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 102 | 221 | 214 | - |
| CMYK | 0.54 | 0 | 0.03 | 0.13 |
| HSL | 176.47º | 0.64% | 0.63% | - |
| HSV(B) | 176.47º | 0.54% | 0.87% | - |
| XYZ | 43.47 | 59.39 | 72.79 | - |
| YUV | 184.62 | 144.58 | 69.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 221 | 214 | 0.54 | 0 | 0.03 | 0.13 | 176.47 | 0.64 | 0.63 |
| Hex | 66 | DD | D6 | 36 | 0 | 3 | D | B0 | 40 | 3F |
| Octal | 146 | 335 | 326 | 66 | 0 | 3 | 15 | 260 | 100 | 77 |
| Binary | 1100110 | 11011101 | 11010110 | 110110 | 0 | 11 | 1101 | 10110000 | 1000000 | 111111 |
Color Harmonies of #66DDD6
Complementary color
Monochromatic Colors of #66DDD6
Black with #66DDD6
Text Example
Text Example
White with #66DDD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66DDD6; }
p { color: rgb(102,221,214); }
H1.HeaderClassName
{
color: #66DDD6;
}
.AnyTagClassName
{
color: #66DDD6;
}
</style>
background-color css
<style>
a { background-color: #66DDD6; }
a { background-color: rgb(102,221,214); }
div.DivClassName
{
background-color: #66DDD6;
}
.BgClassName
{
background-color: #66DDD6;
}
</style>
border-color css
<style>
span { border-color: #66DDD6; }
span { border-color: rgb(102,221,214); }
td.TdClassName
{
border-color: #66DDD6;
}
.TagClassName
{
border-color: #66DDD6;
}
</style>