Shades of Turquoise Blue #58E5EC
Tints of Turquoise Blue #58E5EC
RGB
CMYK
RGB Variations
Color information
#58E5EC (or 0x58E5EC) is known color: Turquoise Blue. HEX triplet: 58, E5 and EC. RGB value is (88,229,236). Sum of RGB (Red+Green+Blue) = 88+229+236=553 (73% of max value = 765). Red value is 88 (34.77% from 255 or 15.91% from 553); Green value is 229 (89.84% from 255 or 41.41% from 553); Blue value is 236 (92.58% from 255 or 42.68% from 553); Max value from RGB is 236 - color contains mainly: blue. Hex color #58E5EC is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #58E5EC is #A71A13. Grayscale: #BBBBBB. Windows color (decimal): -10951188 or 15525208. OLE color: 15525208.
HSL color Cylindrical-coordinate representation of color #58E5EC: hue angle of 182.84º 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 #58E5EC is Cyan = 0.63, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 88 | 229 | 236 | - |
| CMYK | 0.63 | 0.03 | 0 | 0.07 |
| HSL | 182.84º | 0.8% | 0.64% | - |
| HSV(B) | 182.84º | 0.63% | 0.93% | - |
| XYZ | 47.18 | 64.17 | 89.26 | - |
| YUV | 187.64 | 155.29 | 56.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 229 | 236 | 0.63 | 0.03 | 0 | 0.07 | 182.84 | 0.8 | 0.64 |
| Hex | 58 | E5 | EC | 3F | 3 | 0 | 7 | B7 | 50 | 40 |
| Octal | 130 | 345 | 354 | 77 | 3 | 0 | 7 | 267 | 120 | 100 |
| Binary | 1011000 | 11100101 | 11101100 | 111111 | 11 | 0 | 111 | 10110111 | 1010000 | 1000000 |
Color Harmonies of #58E5EC
Complementary color
Monochromatic Colors of #58E5EC
Black with #58E5EC
Text Example
Text Example
White with #58E5EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58E5EC; }
p { color: rgb(88,229,236); }
H1.HeaderClassName
{
color: #58E5EC;
}
.AnyTagClassName
{
color: #58E5EC;
}
</style>
background-color css
<style>
a { background-color: #58E5EC; }
a { background-color: rgb(88,229,236); }
div.DivClassName
{
background-color: #58E5EC;
}
.BgClassName
{
background-color: #58E5EC;
}
</style>
border-color css
<style>
span { border-color: #58E5EC; }
span { border-color: rgb(88,229,236); }
td.TdClassName
{
border-color: #58E5EC;
}
.TagClassName
{
border-color: #58E5EC;
}
</style>