Shades of Turquoise #58ECE0
Tints of Turquoise #58ECE0
RGB
CMYK
RGB Variations
Color information
#58ECE0 (or 0x58ECE0) is known color: Turquoise. HEX triplet: 58, EC and E0. RGB value is (88,236,224). Sum of RGB (Red+Green+Blue) = 88+236+224=548 (72% of max value = 765). Red value is 88 (34.77% from 255 or 16.06% from 548); Green value is 236 (92.58% from 255 or 43.07% from 548); Blue value is 224 (87.89% from 255 or 40.88% from 548); Max value from RGB is 236 - color contains mainly: green. Hex color #58ECE0 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #58ECE0 is #A7131F. Grayscale: #BEBEBE. Windows color (decimal): -10949408 or 14740568. OLE color: 14740568.
HSL color Cylindrical-coordinate representation of color #58ECE0: hue angle of 175.14º degrees, saturation: 0.8, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #58ECE0 is Cyan = 0.63, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 88 | 236 | 224 | - |
| CMYK | 0.63 | 0 | 0.05 | 0.07 |
| HSL | 175.14º | 0.8% | 0.64% | - |
| HSV(B) | 175.14º | 0.63% | 0.93% | - |
| XYZ | 47.47 | 67.45 | 81.04 | - |
| YUV | 190.38 | 146.97 | 54.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 236 | 224 | 0.63 | 0 | 0.05 | 0.07 | 175.14 | 0.8 | 0.64 |
| Hex | 58 | EC | E0 | 3F | 0 | 5 | 7 | AF | 50 | 40 |
| Octal | 130 | 354 | 340 | 77 | 0 | 5 | 7 | 257 | 120 | 100 |
| Binary | 1011000 | 11101100 | 11100000 | 111111 | 0 | 101 | 111 | 10101111 | 1010000 | 1000000 |
Color Harmonies of #58ECE0
Complementary color
Monochromatic Colors of #58ECE0
Black with #58ECE0
Text Example
Text Example
White with #58ECE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58ECE0; }
p { color: rgb(88,236,224); }
H1.HeaderClassName
{
color: #58ECE0;
}
.AnyTagClassName
{
color: #58ECE0;
}
</style>
background-color css
<style>
a { background-color: #58ECE0; }
a { background-color: rgb(88,236,224); }
div.DivClassName
{
background-color: #58ECE0;
}
.BgClassName
{
background-color: #58ECE0;
}
</style>
border-color css
<style>
span { border-color: #58ECE0; }
span { border-color: rgb(88,236,224); }
td.TdClassName
{
border-color: #58ECE0;
}
.TagClassName
{
border-color: #58ECE0;
}
</style>