Shades of Bright Turquoise #05ECEC
Tints of Bright Turquoise #05ECEC
RGB
CMYK
RGB Variations
Color information
#05ECEC (or 0x05ECEC) is known color: Bright Turquoise. HEX triplet: 05, EC and EC. RGB value is (5,236,236). Sum of RGB (Red+Green+Blue) = 5+236+236=477 (63% of max value = 765). Red value is 5 (2.34% from 255 or 1.05% from 477); Green value is 236 (92.58% from 255 or 49.48% from 477); Blue value is 236 (92.58% from 255 or 49.48% from 477); Max value from RGB is 236 - color contains mainly: green, blue. Hex color #05ECEC is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #05ECEC is #FA1313. Grayscale: #A6A6A6. Windows color (decimal): -16388884 or 15526917. OLE color: 15526917.
HSL color Cylindrical-coordinate representation of color #05ECEC: hue angle of 180º 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 #05ECEC is Cyan = 0.98, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
RGB | 5 | 236 | 236 | - |
CMYK | 0.98 | 0 | 0 | 0.07 |
HSL | 180º | 0.96% | 0.47% | - |
HSV(B) | 180º | 0.98% | 0.93% | - |
XYZ | 45.2 | 66.08 | 89.73 | - |
YUV | 166.93 | 166.97 | 12.5 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 5 | 236 | 236 | 0.98 | 0 | 0 | 0.07 | 180 | 0.96 | 0.47 |
Hex | 5 | EC | EC | 62 | 0 | 0 | 7 | B4 | 60 | 2F |
Octal | 5 | 354 | 354 | 142 | 0 | 0 | 7 | 264 | 140 | 57 |
Binary | 101 | 11101100 | 11101100 | 1100010 | 0 | 0 | 111 | 10110100 | 1100000 | 101111 |
Color Harmonies of #05ECEC
Complementary color
Monochromatic Colors of #05ECEC
Black with #05ECEC
Text Example
Text Example
White with #05ECEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05ECEC; }
p { color: rgb(5,236,236); }
H1.HeaderClassName
{
color: #05ECEC;
}
.AnyTagClassName
{
color: #05ECEC;
}
</style>
background-color css
<style>
a { background-color: #05ECEC; }
a { background-color: rgb(5,236,236); }
div.DivClassName
{
background-color: #05ECEC;
}
.BgClassName
{
background-color: #05ECEC;
}
</style>
border-color css
<style>
span { border-color: #05ECEC; }
span { border-color: rgb(5,236,236); }
td.TdClassName
{
border-color: #05ECEC;
}
.TagClassName
{
border-color: #05ECEC;
}
</style>