Shades of Turquoise Blue #58EEE5
Tints of Turquoise Blue #58EEE5
RGB
CMYK
RGB Variations
Color information
#58EEE5 (or 0x58EEE5) is known color: Turquoise Blue. HEX triplet: 58, EE and E5. RGB value is (88,238,229). Sum of RGB (Red+Green+Blue) = 88+238+229=555 (73% of max value = 765). Red value is 88 (34.77% from 255 or 15.86% from 555); Green value is 238 (93.36% from 255 or 42.88% from 555); Blue value is 229 (89.84% from 255 or 41.26% from 555); Max value from RGB is 238 - color contains mainly: green. Hex color #58EEE5 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #58EEE5 is #A7111A. Grayscale: #C0C0C0. Windows color (decimal): -10948891 or 15068760. OLE color: 15068760.
HSL color Cylindrical-coordinate representation of color #58EEE5: hue angle of 176.4º degrees, saturation: 0.82, 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 #58EEE5 is Cyan = 0.63, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 88 | 238 | 229 | - |
| CMYK | 0.63 | 0 | 0.04 | 0.07 |
| HSL | 176.4º | 0.82% | 0.64% | - |
| HSV(B) | 176.4º | 0.63% | 0.93% | - |
| XYZ | 48.74 | 68.88 | 84.86 | - |
| YUV | 192.12 | 148.81 | 53.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 238 | 229 | 0.63 | 0 | 0.04 | 0.07 | 176.4 | 0.82 | 0.64 |
| Hex | 58 | EE | E5 | 3F | 0 | 4 | 7 | B0 | 52 | 40 |
| Octal | 130 | 356 | 345 | 77 | 0 | 4 | 7 | 260 | 122 | 100 |
| Binary | 1011000 | 11101110 | 11100101 | 111111 | 0 | 100 | 111 | 10110000 | 1010010 | 1000000 |
Color Harmonies of #58EEE5
Complementary color
Monochromatic Colors of #58EEE5
Black with #58EEE5
Text Example
Text Example
White with #58EEE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58EEE5; }
p { color: rgb(88,238,229); }
H1.HeaderClassName
{
color: #58EEE5;
}
.AnyTagClassName
{
color: #58EEE5;
}
</style>
background-color css
<style>
a { background-color: #58EEE5; }
a { background-color: rgb(88,238,229); }
div.DivClassName
{
background-color: #58EEE5;
}
.BgClassName
{
background-color: #58EEE5;
}
</style>
border-color css
<style>
span { border-color: #58EEE5; }
span { border-color: rgb(88,238,229); }
td.TdClassName
{
border-color: #58EEE5;
}
.TagClassName
{
border-color: #58EEE5;
}
</style>