Shades of Bright Turquoise #05E2DB
Tints of Bright Turquoise #05E2DB
RGB
CMYK
RGB Variations
Color information
#05E2DB (or 0x05E2DB) is known color: Bright Turquoise. HEX triplet: 05, E2 and DB. RGB value is (5,226,219). Sum of RGB (Red+Green+Blue) = 5+226+219=450 (59% of max value = 765). Red value is 5 (2.34% from 255 or 1.11% from 450); Green value is 226 (88.67% from 255 or 50.22% from 450); Blue value is 219 (85.94% from 255 or 48.67% from 450); Max value from RGB is 226 - color contains mainly: green. Hex color #05E2DB is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #05E2DB is #FA1D24. Grayscale: #9E9E9E. Windows color (decimal): -16391461 or 14410245. OLE color: 14410245.
HSL color Cylindrical-coordinate representation of color #05E2DB: hue angle of 178.1º degrees, saturation: 0.96, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #05E2DB is Cyan = 0.98, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 5 | 226 | 219 | - |
| CMYK | 0.98 | 0 | 0.03 | 0.11 |
| HSL | 178.1º | 0.96% | 0.45% | - |
| HSV(B) | 178.1º | 0.98% | 0.89% | - |
| XYZ | 40.05 | 59.54 | 76.4 | - |
| YUV | 159.12 | 161.78 | 18.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 226 | 219 | 0.98 | 0 | 0.03 | 0.11 | 178.1 | 0.96 | 0.45 |
| Hex | 5 | E2 | DB | 62 | 0 | 3 | B | B2 | 60 | 2D |
| Octal | 5 | 342 | 333 | 142 | 0 | 3 | 13 | 262 | 140 | 55 |
| Binary | 101 | 11100010 | 11011011 | 1100010 | 0 | 11 | 1011 | 10110010 | 1100000 | 101101 |
Color Harmonies of #05E2DB
Complementary color
Monochromatic Colors of #05E2DB
Black with #05E2DB
Text Example
Text Example
White with #05E2DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05E2DB; }
p { color: rgb(5,226,219); }
H1.HeaderClassName
{
color: #05E2DB;
}
.AnyTagClassName
{
color: #05E2DB;
}
</style>
background-color css
<style>
a { background-color: #05E2DB; }
a { background-color: rgb(5,226,219); }
div.DivClassName
{
background-color: #05E2DB;
}
.BgClassName
{
background-color: #05E2DB;
}
</style>
border-color css
<style>
span { border-color: #05E2DB; }
span { border-color: rgb(5,226,219); }
td.TdClassName
{
border-color: #05E2DB;
}
.TagClassName
{
border-color: #05E2DB;
}
</style>