Shades of Turquoise Blue #66DDD5
Tints of Turquoise Blue #66DDD5
RGB
CMYK
RGB Variations
Color information
#66DDD5 (or 0x66DDD5) is known color: Turquoise Blue. HEX triplet: 66, DD and D5. RGB value is (102,221,213). Sum of RGB (Red+Green+Blue) = 102+221+213=536 (70% of max value = 765). Red value is 102 (40.23% from 255 or 19.03% from 536); Green value is 221 (86.72% from 255 or 41.23% from 536); Blue value is 213 (83.59% from 255 or 39.74% from 536); Max value from RGB is 221 - color contains mainly: green. Hex color #66DDD5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #66DDD5 is #99222A. Grayscale: #B8B8B8. Windows color (decimal): -10035755 or 14015846. OLE color: 14015846.
HSL color Cylindrical-coordinate representation of color #66DDD5: hue angle of 175.97º 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 #66DDD5 is Cyan = 0.54, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 102 | 221 | 213 | - |
| CMYK | 0.54 | 0 | 0.04 | 0.13 |
| HSL | 175.97º | 0.64% | 0.63% | - |
| HSV(B) | 175.97º | 0.54% | 0.87% | - |
| XYZ | 43.35 | 59.34 | 72.12 | - |
| YUV | 184.51 | 144.08 | 69.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 221 | 213 | 0.54 | 0 | 0.04 | 0.13 | 175.97 | 0.64 | 0.63 |
| Hex | 66 | DD | D5 | 36 | 0 | 4 | D | B0 | 40 | 3F |
| Octal | 146 | 335 | 325 | 66 | 0 | 4 | 15 | 260 | 100 | 77 |
| Binary | 1100110 | 11011101 | 11010101 | 110110 | 0 | 100 | 1101 | 10110000 | 1000000 | 111111 |
Color Harmonies of #66DDD5
Complementary color
Monochromatic Colors of #66DDD5
Black with #66DDD5
Text Example
Text Example
White with #66DDD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66DDD5; }
p { color: rgb(102,221,213); }
H1.HeaderClassName
{
color: #66DDD5;
}
.AnyTagClassName
{
color: #66DDD5;
}
</style>
background-color css
<style>
a { background-color: #66DDD5; }
a { background-color: rgb(102,221,213); }
div.DivClassName
{
background-color: #66DDD5;
}
.BgClassName
{
background-color: #66DDD5;
}
</style>
border-color css
<style>
span { border-color: #66DDD5; }
span { border-color: rgb(102,221,213); }
td.TdClassName
{
border-color: #66DDD5;
}
.TagClassName
{
border-color: #66DDD5;
}
</style>