Shades of Bright Turquoise #05E0DB
Tints of Bright Turquoise #05E0DB
RGB
CMYK
RGB Variations
Color information
#05E0DB (or 0x05E0DB) is known color: Bright Turquoise. HEX triplet: 05, E0 and DB. RGB value is (5,224,219). Sum of RGB (Red+Green+Blue) = 5+224+219=448 (59% of max value = 765). Red value is 5 (2.34% from 255 or 1.12% from 448); Green value is 224 (87.89% from 255 or 50% from 448); Blue value is 219 (85.94% from 255 or 48.88% from 448); Max value from RGB is 224 - color contains mainly: green. Hex color #05E0DB is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #05E0DB is #FA1F24. Grayscale: #9D9D9D. Windows color (decimal): -16391973 or 14409733. OLE color: 14409733.
HSL color Cylindrical-coordinate representation of color #05E0DB: hue angle of 178.63º degrees, saturation: 0.96, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #05E0DB is Cyan = 0.98, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 5 | 224 | 219 | - |
| CMYK | 0.98 | 0 | 0.02 | 0.12 |
| HSL | 178.63º | 0.96% | 0.45% | - |
| HSV(B) | 178.63º | 0.98% | 0.88% | - |
| XYZ | 39.5 | 58.46 | 76.22 | - |
| YUV | 157.95 | 162.45 | 18.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 224 | 219 | 0.98 | 0 | 0.02 | 0.12 | 178.63 | 0.96 | 0.45 |
| Hex | 5 | E0 | DB | 62 | 0 | 2 | C | B3 | 60 | 2D |
| Octal | 5 | 340 | 333 | 142 | 0 | 2 | 14 | 263 | 140 | 55 |
| Binary | 101 | 11100000 | 11011011 | 1100010 | 0 | 10 | 1100 | 10110011 | 1100000 | 101101 |
Color Harmonies of #05E0DB
Complementary color
Monochromatic Colors of #05E0DB
Black with #05E0DB
Text Example
Text Example
White with #05E0DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05E0DB; }
p { color: rgb(5,224,219); }
H1.HeaderClassName
{
color: #05E0DB;
}
.AnyTagClassName
{
color: #05E0DB;
}
</style>
background-color css
<style>
a { background-color: #05E0DB; }
a { background-color: rgb(5,224,219); }
div.DivClassName
{
background-color: #05E0DB;
}
.BgClassName
{
background-color: #05E0DB;
}
</style>
border-color css
<style>
span { border-color: #05E0DB; }
span { border-color: rgb(5,224,219); }
td.TdClassName
{
border-color: #05E0DB;
}
.TagClassName
{
border-color: #05E0DB;
}
</style>