Shades of Turquoise Blue #58E0E1
Tints of Turquoise Blue #58E0E1
RGB
CMYK
RGB Variations
Color information
#58E0E1 (or 0x58E0E1) is known color: Turquoise Blue. HEX triplet: 58, E0 and E1. RGB value is (88,224,225). Sum of RGB (Red+Green+Blue) = 88+224+225=537 (71% of max value = 765). Red value is 88 (34.77% from 255 or 16.39% from 537); Green value is 224 (87.89% from 255 or 41.71% from 537); Blue value is 225 (88.28% from 255 or 41.90% from 537); Max value from RGB is 225 - color contains mainly: blue. Hex color #58E0E1 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #58E0E1 is #A71F1E. Grayscale: #B7B7B7. Windows color (decimal): -10952479 or 14803032. OLE color: 14803032.
HSL color Cylindrical-coordinate representation of color #58E0E1: hue angle of 180.44º degrees, saturation: 0.7, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #58E0E1 is Cyan = 0.61, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 88 | 224 | 225 | - |
| CMYK | 0.61 | 0.00 | 0 | 0.12 |
| HSL | 180.44º | 0.7% | 0.61% | - |
| HSV(B) | 180.44º | 0.61% | 0.88% | - |
| XYZ | 44.27 | 60.82 | 80.64 | - |
| YUV | 183.45 | 151.44 | 59.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 224 | 225 | 0.61 | 0.00 | 0 | 0.12 | 180.44 | 0.7 | 0.61 |
| Hex | 58 | E0 | E1 | 3D | 0 | 0 | C | B4 | 46 | 3D |
| Octal | 130 | 340 | 341 | 75 | 0 | 0 | 14 | 264 | 106 | 75 |
| Binary | 1011000 | 11100000 | 11100001 | 111101 | 0 | 0 | 1100 | 10110100 | 1000110 | 111101 |
Color Harmonies of #58E0E1
Complementary color
Monochromatic Colors of #58E0E1
Black with #58E0E1
Text Example
Text Example
White with #58E0E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58E0E1; }
p { color: rgb(88,224,225); }
H1.HeaderClassName
{
color: #58E0E1;
}
.AnyTagClassName
{
color: #58E0E1;
}
</style>
background-color css
<style>
a { background-color: #58E0E1; }
a { background-color: rgb(88,224,225); }
div.DivClassName
{
background-color: #58E0E1;
}
.BgClassName
{
background-color: #58E0E1;
}
</style>
border-color css
<style>
span { border-color: #58E0E1; }
span { border-color: rgb(88,224,225); }
td.TdClassName
{
border-color: #58E0E1;
}
.TagClassName
{
border-color: #58E0E1;
}
</style>