Shades of Bright Turquoise #06DDD8
Tints of Bright Turquoise #06DDD8
RGB
CMYK
RGB Variations
Color information
#06DDD8 (or 0x06DDD8) is known color: Bright Turquoise. HEX triplet: 06, DD and D8. RGB value is (6,221,216). Sum of RGB (Red+Green+Blue) = 6+221+216=443 (58% of max value = 765). Red value is 6 (2.73% from 255 or 1.35% from 443); Green value is 221 (86.72% from 255 or 49.89% from 443); Blue value is 216 (84.77% from 255 or 48.76% from 443); Max value from RGB is 221 - color contains mainly: green. Hex color #06DDD8 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #06DDD8 is #F92227. Grayscale: #9B9B9B. Windows color (decimal): -16327208 or 14212358. OLE color: 14212358.
HSL color Cylindrical-coordinate representation of color #06DDD8: hue angle of 178.6º degrees, saturation: 0.95, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #06DDD8 is Cyan = 0.97, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 6 | 221 | 216 | - |
| CMYK | 0.97 | 0 | 0.02 | 0.13 |
| HSL | 178.6º | 0.95% | 0.45% | - |
| HSV(B) | 178.6º | 0.97% | 0.87% | - |
| XYZ | 38.33 | 56.71 | 73.89 | - |
| YUV | 156.15 | 161.77 | 20.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 221 | 216 | 0.97 | 0 | 0.02 | 0.13 | 178.6 | 0.95 | 0.45 |
| Hex | 6 | DD | D8 | 61 | 0 | 2 | D | B3 | 5F | 2D |
| Octal | 6 | 335 | 330 | 141 | 0 | 2 | 15 | 263 | 137 | 55 |
| Binary | 110 | 11011101 | 11011000 | 1100001 | 0 | 10 | 1101 | 10110011 | 1011111 | 101101 |
Color Harmonies of #06DDD8
Complementary color
Monochromatic Colors of #06DDD8
Black with #06DDD8
Text Example
Text Example
White with #06DDD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06DDD8; }
p { color: rgb(6,221,216); }
H1.HeaderClassName
{
color: #06DDD8;
}
.AnyTagClassName
{
color: #06DDD8;
}
</style>
background-color css
<style>
a { background-color: #06DDD8; }
a { background-color: rgb(6,221,216); }
div.DivClassName
{
background-color: #06DDD8;
}
.BgClassName
{
background-color: #06DDD8;
}
</style>
border-color css
<style>
span { border-color: #06DDD8; }
span { border-color: rgb(6,221,216); }
td.TdClassName
{
border-color: #06DDD8;
}
.TagClassName
{
border-color: #06DDD8;
}
</style>