Shades of Bright Turquoise #05DBDD
Tints of Bright Turquoise #05DBDD
RGB
CMYK
RGB Variations
Color information
#05DBDD (or 0x05DBDD) is known color: Bright Turquoise. HEX triplet: 05, DB and DD. RGB value is (5,219,221). Sum of RGB (Red+Green+Blue) = 5+219+221=445 (58% of max value = 765). Red value is 5 (2.34% from 255 or 1.12% from 445); Green value is 219 (85.94% from 255 or 49.21% from 445); Blue value is 221 (86.72% from 255 or 49.66% from 445); Max value from RGB is 221 - color contains mainly: blue. Hex color #05DBDD is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #05DBDD is #FA2422. Grayscale: #9B9B9B. Windows color (decimal): -16393251 or 14539525. OLE color: 14539525.
HSL color Cylindrical-coordinate representation of color #05DBDD: hue angle of 180.56º 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 #05DBDD is Cyan = 0.98, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 5 | 219 | 221 | - |
| CMYK | 0.98 | 0.01 | 0 | 0.13 |
| HSL | 180.56º | 0.96% | 0.44% | - |
| HSV(B) | 180.56º | 0.98% | 0.87% | - |
| XYZ | 38.45 | 55.92 | 77.17 | - |
| YUV | 155.24 | 165.1 | 20.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 219 | 221 | 0.98 | 0.01 | 0 | 0.13 | 180.56 | 0.96 | 0.44 |
| Hex | 5 | DB | DD | 62 | 1 | 0 | D | B5 | 60 | 2C |
| Octal | 5 | 333 | 335 | 142 | 1 | 0 | 15 | 265 | 140 | 54 |
| Binary | 101 | 11011011 | 11011101 | 1100010 | 1 | 0 | 1101 | 10110101 | 1100000 | 101100 |
Color Harmonies of #05DBDD
Complementary color
Monochromatic Colors of #05DBDD
Black with #05DBDD
Text Example
Text Example
White with #05DBDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05DBDD; }
p { color: rgb(5,219,221); }
H1.HeaderClassName
{
color: #05DBDD;
}
.AnyTagClassName
{
color: #05DBDD;
}
</style>
background-color css
<style>
a { background-color: #05DBDD; }
a { background-color: rgb(5,219,221); }
div.DivClassName
{
background-color: #05DBDD;
}
.BgClassName
{
background-color: #05DBDD;
}
</style>
border-color css
<style>
span { border-color: #05DBDD; }
span { border-color: rgb(5,219,221); }
td.TdClassName
{
border-color: #05DBDD;
}
.TagClassName
{
border-color: #05DBDD;
}
</style>