Shades of Turquoise Blue #58E7ED
Tints of Turquoise Blue #58E7ED
RGB
CMYK
RGB Variations
Color information
#58E7ED (or 0x58E7ED) is known color: Turquoise Blue. HEX triplet: 58, E7 and ED. RGB value is (88,231,237). Sum of RGB (Red+Green+Blue) = 88+231+237=556 (73% of max value = 765). Red value is 88 (34.77% from 255 or 15.83% from 556); Green value is 231 (90.62% from 255 or 41.55% from 556); Blue value is 237 (92.97% from 255 or 42.63% from 556); Max value from RGB is 237 - color contains mainly: blue. Hex color #58E7ED is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #58E7ED is #A71812. Grayscale: #BCBCBC. Windows color (decimal): -10950675 or 15591256. OLE color: 15591256.
HSL color Cylindrical-coordinate representation of color #58E7ED: hue angle of 182.42º degrees, saturation: 0.81, 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 #58E7ED is Cyan = 0.63, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 88 | 231 | 237 | - |
| CMYK | 0.63 | 0.03 | 0 | 0.07 |
| HSL | 182.42º | 0.81% | 0.64% | - |
| HSV(B) | 182.42º | 0.63% | 0.93% | - |
| XYZ | 47.89 | 65.34 | 90.21 | - |
| YUV | 188.93 | 155.12 | 56.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 231 | 237 | 0.63 | 0.03 | 0 | 0.07 | 182.42 | 0.81 | 0.64 |
| Hex | 58 | E7 | ED | 3F | 3 | 0 | 7 | B6 | 51 | 40 |
| Octal | 130 | 347 | 355 | 77 | 3 | 0 | 7 | 266 | 121 | 100 |
| Binary | 1011000 | 11100111 | 11101101 | 111111 | 11 | 0 | 111 | 10110110 | 1010001 | 1000000 |
Color Harmonies of #58E7ED
Complementary color
Monochromatic Colors of #58E7ED
Black with #58E7ED
Text Example
Text Example
White with #58E7ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58E7ED; }
p { color: rgb(88,231,237); }
H1.HeaderClassName
{
color: #58E7ED;
}
.AnyTagClassName
{
color: #58E7ED;
}
</style>
background-color css
<style>
a { background-color: #58E7ED; }
a { background-color: rgb(88,231,237); }
div.DivClassName
{
background-color: #58E7ED;
}
.BgClassName
{
background-color: #58E7ED;
}
</style>
border-color css
<style>
span { border-color: #58E7ED; }
span { border-color: rgb(88,231,237); }
td.TdClassName
{
border-color: #58E7ED;
}
.TagClassName
{
border-color: #58E7ED;
}
</style>