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