Shades of Bright Turquoise #05DCEC
Tints of Bright Turquoise #05DCEC
RGB
CMYK
RGB Variations
Color information
#05DCEC (or 0x05DCEC) is known color: Bright Turquoise. HEX triplet: 05, DC and EC. RGB value is (5,220,236). Sum of RGB (Red+Green+Blue) = 5+220+236=461 (61% of max value = 765). Red value is 5 (2.34% from 255 or 1.08% from 461); Green value is 220 (86.33% from 255 or 47.72% from 461); Blue value is 236 (92.58% from 255 or 51.19% from 461); Max value from RGB is 236 - color contains mainly: blue. Hex color #05DCEC is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #05DCEC is #FA2313. Grayscale: #9D9D9D. Windows color (decimal): -16392980 or 15522821. OLE color: 15522821.
HSL color Cylindrical-coordinate representation of color #05DCEC: hue angle of 184.16º degrees, saturation: 0.96, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #05DCEC is Cyan = 0.98, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 5 | 220 | 236 | - |
| CMYK | 0.98 | 0.07 | 0 | 0.07 |
| HSL | 184.16º | 0.96% | 0.47% | - |
| HSV(B) | 184.16º | 0.98% | 0.93% | - |
| XYZ | 40.8 | 57.27 | 88.26 | - |
| YUV | 157.54 | 172.27 | 19.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 220 | 236 | 0.98 | 0.07 | 0 | 0.07 | 184.16 | 0.96 | 0.47 |
| Hex | 5 | DC | EC | 62 | 7 | 0 | 7 | B8 | 60 | 2F |
| Octal | 5 | 334 | 354 | 142 | 7 | 0 | 7 | 270 | 140 | 57 |
| Binary | 101 | 11011100 | 11101100 | 1100010 | 111 | 0 | 111 | 10111000 | 1100000 | 101111 |
Color Harmonies of #05DCEC
Complementary color
Monochromatic Colors of #05DCEC
Black with #05DCEC
Text Example
Text Example
White with #05DCEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05DCEC; }
p { color: rgb(5,220,236); }
H1.HeaderClassName
{
color: #05DCEC;
}
.AnyTagClassName
{
color: #05DCEC;
}
</style>
background-color css
<style>
a { background-color: #05DCEC; }
a { background-color: rgb(5,220,236); }
div.DivClassName
{
background-color: #05DCEC;
}
.BgClassName
{
background-color: #05DCEC;
}
</style>
border-color css
<style>
span { border-color: #05DCEC; }
span { border-color: rgb(5,220,236); }
td.TdClassName
{
border-color: #05DCEC;
}
.TagClassName
{
border-color: #05DCEC;
}
</style>