Shades of Turquoise #58EDC8
Tints of Turquoise #58EDC8
RGB
CMYK
RGB Variations
Color information
#58EDC8 (or 0x58EDC8) is known color: Turquoise. HEX triplet: 58, ED and C8. RGB value is (88,237,200). Sum of RGB (Red+Green+Blue) = 88+237+200=525 (69% of max value = 765). Red value is 88 (34.77% from 255 or 16.76% from 525); Green value is 237 (92.97% from 255 or 45.14% from 525); Blue value is 200 (78.52% from 255 or 38.10% from 525); Max value from RGB is 237 - color contains mainly: green. Hex color #58EDC8 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #58EDC8 is #A71237. Grayscale: #BCBCBC. Windows color (decimal): -10949176 or 13167960. OLE color: 13167960.
HSL color Cylindrical-coordinate representation of color #58EDC8: hue angle of 165.1º degrees, saturation: 0.81, 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 #58EDC8 is Cyan = 0.63, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 88 | 237 | 200 | - |
| CMYK | 0.63 | 0 | 0.16 | 0.07 |
| HSL | 165.1º | 0.81% | 0.64% | - |
| HSV(B) | 165.1º | 0.63% | 0.93% | - |
| XYZ | 44.73 | 66.81 | 65.18 | - |
| YUV | 188.23 | 134.64 | 56.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 237 | 200 | 0.63 | 0 | 0.16 | 0.07 | 165.1 | 0.81 | 0.64 |
| Hex | 58 | ED | C8 | 3F | 0 | 10 | 7 | A5 | 51 | 40 |
| Octal | 130 | 355 | 310 | 77 | 0 | 20 | 7 | 245 | 121 | 100 |
| Binary | 1011000 | 11101101 | 11001000 | 111111 | 0 | 10000 | 111 | 10100101 | 1010001 | 1000000 |
Color Harmonies of #58EDC8
Complementary color
Monochromatic Colors of #58EDC8
Black with #58EDC8
Text Example
Text Example
White with #58EDC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58EDC8; }
p { color: rgb(88,237,200); }
H1.HeaderClassName
{
color: #58EDC8;
}
.AnyTagClassName
{
color: #58EDC8;
}
</style>
background-color css
<style>
a { background-color: #58EDC8; }
a { background-color: rgb(88,237,200); }
div.DivClassName
{
background-color: #58EDC8;
}
.BgClassName
{
background-color: #58EDC8;
}
</style>
border-color css
<style>
span { border-color: #58EDC8; }
span { border-color: rgb(88,237,200); }
td.TdClassName
{
border-color: #58EDC8;
}
.TagClassName
{
border-color: #58EDC8;
}
</style>