Shades of Turquoise #58EED8
Tints of Turquoise #58EED8
RGB
CMYK
RGB Variations
Color information
#58EED8 (or 0x58EED8) is known color: Turquoise. HEX triplet: 58, EE and D8. RGB value is (88,238,216). Sum of RGB (Red+Green+Blue) = 88+238+216=542 (71% of max value = 765). Red value is 88 (34.77% from 255 or 16.24% from 542); Green value is 238 (93.36% from 255 or 43.91% from 542); Blue value is 216 (84.77% from 255 or 39.85% from 542); Max value from RGB is 238 - color contains mainly: green. Hex color #58EED8 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #58EED8 is #A71127. Grayscale: #BEBEBE. Windows color (decimal): -10948904 or 14216792. OLE color: 14216792.
HSL color Cylindrical-coordinate representation of color #58EED8: hue angle of 171.2º 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 #58EED8 is Cyan = 0.63, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 88 | 238 | 216 | - |
| CMYK | 0.63 | 0 | 0.09 | 0.07 |
| HSL | 171.2º | 0.82% | 0.64% | - |
| HSV(B) | 171.2º | 0.63% | 0.93% | - |
| XYZ | 46.99 | 68.18 | 75.65 | - |
| YUV | 190.64 | 142.31 | 54.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 238 | 216 | 0.63 | 0 | 0.09 | 0.07 | 171.2 | 0.82 | 0.64 |
| Hex | 58 | EE | D8 | 3F | 0 | 9 | 7 | AB | 52 | 40 |
| Octal | 130 | 356 | 330 | 77 | 0 | 11 | 7 | 253 | 122 | 100 |
| Binary | 1011000 | 11101110 | 11011000 | 111111 | 0 | 1001 | 111 | 10101011 | 1010010 | 1000000 |
Color Harmonies of #58EED8
Complementary color
Monochromatic Colors of #58EED8
Black with #58EED8
Text Example
Text Example
White with #58EED8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58EED8; }
p { color: rgb(88,238,216); }
H1.HeaderClassName
{
color: #58EED8;
}
.AnyTagClassName
{
color: #58EED8;
}
</style>
background-color css
<style>
a { background-color: #58EED8; }
a { background-color: rgb(88,238,216); }
div.DivClassName
{
background-color: #58EED8;
}
.BgClassName
{
background-color: #58EED8;
}
</style>
border-color css
<style>
span { border-color: #58EED8; }
span { border-color: rgb(88,238,216); }
td.TdClassName
{
border-color: #58EED8;
}
.TagClassName
{
border-color: #58EED8;
}
</style>