Shades of Turquoise Blue #58E5E3
Tints of Turquoise Blue #58E5E3
RGB
CMYK
RGB Variations
Color information
#58E5E3 (or 0x58E5E3) is known color: Turquoise Blue. HEX triplet: 58, E5 and E3. RGB value is (88,229,227). Sum of RGB (Red+Green+Blue) = 88+229+227=544 (72% of max value = 765). Red value is 88 (34.77% from 255 or 16.18% from 544); Green value is 229 (89.84% from 255 or 42.10% from 544); Blue value is 227 (89.06% from 255 or 41.73% from 544); Max value from RGB is 229 - color contains mainly: green. Hex color #58E5E3 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #58E5E3 is #A71A1C. Grayscale: #BABABA. Windows color (decimal): -10951197 or 14935384. OLE color: 14935384.
HSL color Cylindrical-coordinate representation of color #58E5E3: hue angle of 179.15º degrees, saturation: 0.73, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #58E5E3 is Cyan = 0.62, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 88 | 229 | 227 | - |
| CMYK | 0.62 | 0 | 0.01 | 0.10 |
| HSL | 179.15º | 0.73% | 0.62% | - |
| HSV(B) | 179.15º | 0.62% | 0.9% | - |
| XYZ | 45.91 | 63.66 | 82.54 | - |
| YUV | 186.61 | 150.79 | 57.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 229 | 227 | 0.62 | 0 | 0.01 | 0.10 | 179.15 | 0.73 | 0.62 |
| Hex | 58 | E5 | E3 | 3E | 0 | 1 | A | B3 | 49 | 3E |
| Octal | 130 | 345 | 343 | 76 | 0 | 1 | 12 | 263 | 111 | 76 |
| Binary | 1011000 | 11100101 | 11100011 | 111110 | 0 | 1 | 1010 | 10110011 | 1001001 | 111110 |
Color Harmonies of #58E5E3
Complementary color
Monochromatic Colors of #58E5E3
Black with #58E5E3
Text Example
Text Example
White with #58E5E3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58E5E3; }
p { color: rgb(88,229,227); }
H1.HeaderClassName
{
color: #58E5E3;
}
.AnyTagClassName
{
color: #58E5E3;
}
</style>
background-color css
<style>
a { background-color: #58E5E3; }
a { background-color: rgb(88,229,227); }
div.DivClassName
{
background-color: #58E5E3;
}
.BgClassName
{
background-color: #58E5E3;
}
</style>
border-color css
<style>
span { border-color: #58E5E3; }
span { border-color: rgb(88,229,227); }
td.TdClassName
{
border-color: #58E5E3;
}
.TagClassName
{
border-color: #58E5E3;
}
</style>