Shades of Bright Turquoise #05E0DC
Tints of Bright Turquoise #05E0DC
RGB
CMYK
RGB Variations
Color information
#05E0DC (or 0x05E0DC) is known color: Bright Turquoise. HEX triplet: 05, E0 and DC. RGB value is (5,224,220). Sum of RGB (Red+Green+Blue) = 5+224+220=449 (59% of max value = 765). Red value is 5 (2.34% from 255 or 1.11% from 449); Green value is 224 (87.89% from 255 or 49.89% from 449); Blue value is 220 (86.33% from 255 or 49.00% from 449); Max value from RGB is 224 - color contains mainly: green. Hex color #05E0DC is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #05E0DC is #FA1F23. Grayscale: #9D9D9D. Windows color (decimal): -16391972 or 14475269. OLE color: 14475269.
HSL color Cylindrical-coordinate representation of color #05E0DC: hue angle of 178.9º 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 #05E0DC is Cyan = 0.98, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 5 | 224 | 220 | - |
| CMYK | 0.98 | 0 | 0.02 | 0.12 |
| HSL | 178.9º | 0.96% | 0.45% | - |
| HSV(B) | 178.9º | 0.98% | 0.88% | - |
| XYZ | 39.64 | 58.51 | 76.91 | - |
| YUV | 158.06 | 162.95 | 18.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 224 | 220 | 0.98 | 0 | 0.02 | 0.12 | 178.9 | 0.96 | 0.45 |
| Hex | 5 | E0 | DC | 62 | 0 | 2 | C | B3 | 60 | 2D |
| Octal | 5 | 340 | 334 | 142 | 0 | 2 | 14 | 263 | 140 | 55 |
| Binary | 101 | 11100000 | 11011100 | 1100010 | 0 | 10 | 1100 | 10110011 | 1100000 | 101101 |
Color Harmonies of #05E0DC
Complementary color
Monochromatic Colors of #05E0DC
Black with #05E0DC
Text Example
Text Example
White with #05E0DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05E0DC; }
p { color: rgb(5,224,220); }
H1.HeaderClassName
{
color: #05E0DC;
}
.AnyTagClassName
{
color: #05E0DC;
}
</style>
background-color css
<style>
a { background-color: #05E0DC; }
a { background-color: rgb(5,224,220); }
div.DivClassName
{
background-color: #05E0DC;
}
.BgClassName
{
background-color: #05E0DC;
}
</style>
border-color css
<style>
span { border-color: #05E0DC; }
span { border-color: rgb(5,224,220); }
td.TdClassName
{
border-color: #05E0DC;
}
.TagClassName
{
border-color: #05E0DC;
}
</style>