Shades of Turquoise #58E9CF
Tints of Turquoise #58E9CF
RGB
CMYK
RGB Variations
Color information
#58E9CF (or 0x58E9CF) is known color: Turquoise. HEX triplet: 58, E9 and CF. RGB value is (88,233,207). Sum of RGB (Red+Green+Blue) = 88+233+207=528 (69% of max value = 765). Red value is 88 (34.77% from 255 or 16.67% from 528); Green value is 233 (91.41% from 255 or 44.13% from 528); Blue value is 207 (81.25% from 255 or 39.20% from 528); Max value from RGB is 233 - color contains mainly: green. Hex color #58E9CF is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #58E9CF is #A71630. Grayscale: #BABABA. Windows color (decimal): -10950193 or 13625688. OLE color: 13625688.
HSL color Cylindrical-coordinate representation of color #58E9CF: hue angle of 169.24º degrees, saturation: 0.77, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #58E9CF is Cyan = 0.62, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 88 | 233 | 207 | - |
| CMYK | 0.62 | 0 | 0.11 | 0.09 |
| HSL | 169.24º | 0.77% | 0.63% | - |
| HSV(B) | 169.24º | 0.62% | 0.91% | - |
| XYZ | 44.43 | 64.86 | 69.21 | - |
| YUV | 186.68 | 139.46 | 57.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 233 | 207 | 0.62 | 0 | 0.11 | 0.09 | 169.24 | 0.77 | 0.63 |
| Hex | 58 | E9 | CF | 3E | 0 | B | 9 | A9 | 4D | 3F |
| Octal | 130 | 351 | 317 | 76 | 0 | 13 | 11 | 251 | 115 | 77 |
| Binary | 1011000 | 11101001 | 11001111 | 111110 | 0 | 1011 | 1001 | 10101001 | 1001101 | 111111 |
Color Harmonies of #58E9CF
Complementary color
Monochromatic Colors of #58E9CF
Black with #58E9CF
Text Example
Text Example
White with #58E9CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58E9CF; }
p { color: rgb(88,233,207); }
H1.HeaderClassName
{
color: #58E9CF;
}
.AnyTagClassName
{
color: #58E9CF;
}
</style>
background-color css
<style>
a { background-color: #58E9CF; }
a { background-color: rgb(88,233,207); }
div.DivClassName
{
background-color: #58E9CF;
}
.BgClassName
{
background-color: #58E9CF;
}
</style>
border-color css
<style>
span { border-color: #58E9CF; }
span { border-color: rgb(88,233,207); }
td.TdClassName
{
border-color: #58E9CF;
}
.TagClassName
{
border-color: #58E9CF;
}
</style>