Shades of Bright Turquoise #05DFE0
Tints of Bright Turquoise #05DFE0
RGB
CMYK
RGB Variations
Color information
#05DFE0 (or 0x05DFE0) is known color: Bright Turquoise. HEX triplet: 05, DF and E0. RGB value is (5,223,224). Sum of RGB (Red+Green+Blue) = 5+223+224=452 (59% of max value = 765). Red value is 5 (2.34% from 255 or 1.11% from 452); Green value is 223 (87.5% from 255 or 49.34% from 452); Blue value is 224 (87.89% from 255 or 49.56% from 452); Max value from RGB is 224 - color contains mainly: blue. Hex color #05DFE0 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #05DFE0 is #FA201F. Grayscale: #9D9D9D. Windows color (decimal): -16392224 or 14737157. OLE color: 14737157.
HSL color Cylindrical-coordinate representation of color #05DFE0: hue angle of 180.27º 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 #05DFE0 is Cyan = 0.98, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 5 | 223 | 224 | - |
| CMYK | 0.98 | 0.00 | 0 | 0.12 |
| HSL | 180.27º | 0.96% | 0.45% | - |
| HSV(B) | 180.27º | 0.98% | 0.88% | - |
| XYZ | 39.9 | 58.19 | 79.65 | - |
| YUV | 157.93 | 165.28 | 18.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 223 | 224 | 0.98 | 0.00 | 0 | 0.12 | 180.27 | 0.96 | 0.45 |
| Hex | 5 | DF | E0 | 62 | 0 | 0 | C | B4 | 60 | 2D |
| Octal | 5 | 337 | 340 | 142 | 0 | 0 | 14 | 264 | 140 | 55 |
| Binary | 101 | 11011111 | 11100000 | 1100010 | 0 | 0 | 1100 | 10110100 | 1100000 | 101101 |
Color Harmonies of #05DFE0
Complementary color
Monochromatic Colors of #05DFE0
Black with #05DFE0
Text Example
Text Example
White with #05DFE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05DFE0; }
p { color: rgb(5,223,224); }
H1.HeaderClassName
{
color: #05DFE0;
}
.AnyTagClassName
{
color: #05DFE0;
}
</style>
background-color css
<style>
a { background-color: #05DFE0; }
a { background-color: rgb(5,223,224); }
div.DivClassName
{
background-color: #05DFE0;
}
.BgClassName
{
background-color: #05DFE0;
}
</style>
border-color css
<style>
span { border-color: #05DFE0; }
span { border-color: rgb(5,223,224); }
td.TdClassName
{
border-color: #05DFE0;
}
.TagClassName
{
border-color: #05DFE0;
}
</style>