Shades of Turquoise Blue #58ECE9
Tints of Turquoise Blue #58ECE9
RGB
CMYK
RGB Variations
Color information
#58ECE9 (or 0x58ECE9) is known color: Turquoise Blue. HEX triplet: 58, EC and E9. RGB value is (88,236,233). Sum of RGB (Red+Green+Blue) = 88+236+233=557 (73% of max value = 765). Red value is 88 (34.77% from 255 or 15.80% from 557); Green value is 236 (92.58% from 255 or 42.37% from 557); Blue value is 233 (91.41% from 255 or 41.83% from 557); Max value from RGB is 236 - color contains mainly: green. Hex color #58ECE9 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #58ECE9 is #A71316. Grayscale: #BFBFBF. Windows color (decimal): -10949399 or 15330392. OLE color: 15330392.
HSL color Cylindrical-coordinate representation of color #58ECE9: hue angle of 178.78º 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 #58ECE9 is Cyan = 0.63, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 88 | 236 | 233 | - |
| CMYK | 0.63 | 0 | 0.01 | 0.07 |
| HSL | 178.78º | 0.8% | 0.64% | - |
| HSV(B) | 178.78º | 0.63% | 0.93% | - |
| XYZ | 48.73 | 67.95 | 87.64 | - |
| YUV | 191.41 | 151.47 | 54.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 236 | 233 | 0.63 | 0 | 0.01 | 0.07 | 178.78 | 0.8 | 0.64 |
| Hex | 58 | EC | E9 | 3F | 0 | 1 | 7 | B3 | 50 | 40 |
| Octal | 130 | 354 | 351 | 77 | 0 | 1 | 7 | 263 | 120 | 100 |
| Binary | 1011000 | 11101100 | 11101001 | 111111 | 0 | 1 | 111 | 10110011 | 1010000 | 1000000 |
Color Harmonies of #58ECE9
Complementary color
Monochromatic Colors of #58ECE9
Black with #58ECE9
Text Example
Text Example
White with #58ECE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58ECE9; }
p { color: rgb(88,236,233); }
H1.HeaderClassName
{
color: #58ECE9;
}
.AnyTagClassName
{
color: #58ECE9;
}
</style>
background-color css
<style>
a { background-color: #58ECE9; }
a { background-color: rgb(88,236,233); }
div.DivClassName
{
background-color: #58ECE9;
}
.BgClassName
{
background-color: #58ECE9;
}
</style>
border-color css
<style>
span { border-color: #58ECE9; }
span { border-color: rgb(88,236,233); }
td.TdClassName
{
border-color: #58ECE9;
}
.TagClassName
{
border-color: #58ECE9;
}
</style>