Shades of Bright Turquoise #05ECE0
Tints of Bright Turquoise #05ECE0
RGB
CMYK
RGB Variations
Color information
#05ECE0 (or 0x05ECE0) is known color: Bright Turquoise. HEX triplet: 05, EC and E0. RGB value is (5,236,224). Sum of RGB (Red+Green+Blue) = 5+236+224=465 (61% of max value = 765). Red value is 5 (2.34% from 255 or 1.08% from 465); Green value is 236 (92.58% from 255 or 50.75% from 465); Blue value is 224 (87.89% from 255 or 48.17% from 465); Max value from RGB is 236 - color contains mainly: green. Hex color #05ECE0 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #05ECE0 is #FA131F. Grayscale: #A5A5A5. Windows color (decimal): -16388896 or 14740485. OLE color: 14740485.
HSL color Cylindrical-coordinate representation of color #05ECE0: hue angle of 176.88º 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 #05ECE0 is Cyan = 0.98, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 5 | 236 | 224 | - |
| CMYK | 0.98 | 0 | 0.05 | 0.07 |
| HSL | 176.88º | 0.96% | 0.47% | - |
| HSV(B) | 176.88º | 0.98% | 0.93% | - |
| XYZ | 43.51 | 65.4 | 80.85 | - |
| YUV | 165.56 | 160.97 | 13.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 236 | 224 | 0.98 | 0 | 0.05 | 0.07 | 176.88 | 0.96 | 0.47 |
| Hex | 5 | EC | E0 | 62 | 0 | 5 | 7 | B1 | 60 | 2F |
| Octal | 5 | 354 | 340 | 142 | 0 | 5 | 7 | 261 | 140 | 57 |
| Binary | 101 | 11101100 | 11100000 | 1100010 | 0 | 101 | 111 | 10110001 | 1100000 | 101111 |
Color Harmonies of #05ECE0
Complementary color
Monochromatic Colors of #05ECE0
Black with #05ECE0
Text Example
Text Example
White with #05ECE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05ECE0; }
p { color: rgb(5,236,224); }
H1.HeaderClassName
{
color: #05ECE0;
}
.AnyTagClassName
{
color: #05ECE0;
}
</style>
background-color css
<style>
a { background-color: #05ECE0; }
a { background-color: rgb(5,236,224); }
div.DivClassName
{
background-color: #05ECE0;
}
.BgClassName
{
background-color: #05ECE0;
}
</style>
border-color css
<style>
span { border-color: #05ECE0; }
span { border-color: rgb(5,236,224); }
td.TdClassName
{
border-color: #05ECE0;
}
.TagClassName
{
border-color: #05ECE0;
}
</style>