Shades of Bright Turquoise #05DDD4
Tints of Bright Turquoise #05DDD4
RGB
CMYK
RGB Variations
Color information
#05DDD4 (or 0x05DDD4) is known color: Bright Turquoise. HEX triplet: 05, DD and D4. RGB value is (5,221,212). Sum of RGB (Red+Green+Blue) = 5+221+212=438 (58% of max value = 765). Red value is 5 (2.34% from 255 or 1.14% from 438); Green value is 221 (86.72% from 255 or 50.46% from 438); Blue value is 212 (83.20% from 255 or 48.40% from 438); Max value from RGB is 221 - color contains mainly: green. Hex color #05DDD4 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #05DDD4 is #FA222B. Grayscale: #9B9B9B. Windows color (decimal): -16392748 or 13950213. OLE color: 13950213.
HSL color Cylindrical-coordinate representation of color #05DDD4: hue angle of 177.5º 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 #05DDD4 is Cyan = 0.98, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 5 | 221 | 212 | - |
| CMYK | 0.98 | 0 | 0.04 | 0.13 |
| HSL | 177.5º | 0.96% | 0.44% | - |
| HSV(B) | 177.5º | 0.98% | 0.87% | - |
| XYZ | 37.8 | 56.5 | 71.2 | - |
| YUV | 155.39 | 159.94 | 20.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 221 | 212 | 0.98 | 0 | 0.04 | 0.13 | 177.5 | 0.96 | 0.44 |
| Hex | 5 | DD | D4 | 62 | 0 | 4 | D | B2 | 60 | 2C |
| Octal | 5 | 335 | 324 | 142 | 0 | 4 | 15 | 262 | 140 | 54 |
| Binary | 101 | 11011101 | 11010100 | 1100010 | 0 | 100 | 1101 | 10110010 | 1100000 | 101100 |
Color Harmonies of #05DDD4
Complementary color
Monochromatic Colors of #05DDD4
Black with #05DDD4
Text Example
Text Example
White with #05DDD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05DDD4; }
p { color: rgb(5,221,212); }
H1.HeaderClassName
{
color: #05DDD4;
}
.AnyTagClassName
{
color: #05DDD4;
}
</style>
background-color css
<style>
a { background-color: #05DDD4; }
a { background-color: rgb(5,221,212); }
div.DivClassName
{
background-color: #05DDD4;
}
.BgClassName
{
background-color: #05DDD4;
}
</style>
border-color css
<style>
span { border-color: #05DDD4; }
span { border-color: rgb(5,221,212); }
td.TdClassName
{
border-color: #05DDD4;
}
.TagClassName
{
border-color: #05DDD4;
}
</style>