Shades of Bright Turquoise #05DDD9
Tints of Bright Turquoise #05DDD9
RGB
CMYK
RGB Variations
Color information
#05DDD9 (or 0x05DDD9) is known color: Bright Turquoise. HEX triplet: 05, DD and D9. RGB value is (5,221,217). Sum of RGB (Red+Green+Blue) = 5+221+217=443 (58% of max value = 765). Red value is 5 (2.34% from 255 or 1.13% from 443); Green value is 221 (86.72% from 255 or 49.89% from 443); Blue value is 217 (85.16% from 255 or 48.98% from 443); Max value from RGB is 221 - color contains mainly: green. Hex color #05DDD9 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #05DDD9 is #FA2226. Grayscale: #9B9B9B. Windows color (decimal): -16392743 or 14277893. OLE color: 14277893.
HSL color Cylindrical-coordinate representation of color #05DDD9: hue angle of 178.89º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #05DDD9 is Cyan = 0.98, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 5 | 221 | 217 | - |
| CMYK | 0.98 | 0 | 0.02 | 0.13 |
| HSL | 178.89º | 0.96% | 0.44% | - |
| HSV(B) | 178.89º | 0.98% | 0.87% | - |
| XYZ | 38.44 | 56.75 | 74.57 | - |
| YUV | 155.96 | 162.44 | 20.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 221 | 217 | 0.98 | 0 | 0.02 | 0.13 | 178.89 | 0.96 | 0.44 |
| Hex | 5 | DD | D9 | 62 | 0 | 2 | D | B3 | 60 | 2C |
| Octal | 5 | 335 | 331 | 142 | 0 | 2 | 15 | 263 | 140 | 54 |
| Binary | 101 | 11011101 | 11011001 | 1100010 | 0 | 10 | 1101 | 10110011 | 1100000 | 101100 |
Color Harmonies of #05DDD9
Complementary color
Monochromatic Colors of #05DDD9
Black with #05DDD9
Text Example
Text Example
White with #05DDD9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05DDD9; }
p { color: rgb(5,221,217); }
H1.HeaderClassName
{
color: #05DDD9;
}
.AnyTagClassName
{
color: #05DDD9;
}
</style>
background-color css
<style>
a { background-color: #05DDD9; }
a { background-color: rgb(5,221,217); }
div.DivClassName
{
background-color: #05DDD9;
}
.BgClassName
{
background-color: #05DDD9;
}
</style>
border-color css
<style>
span { border-color: #05DDD9; }
span { border-color: rgb(5,221,217); }
td.TdClassName
{
border-color: #05DDD9;
}
.TagClassName
{
border-color: #05DDD9;
}
</style>