Shades of Medium Turquoise #58D8CA
Tints of Medium Turquoise #58D8CA
RGB
CMYK
RGB Variations
Color information
#58D8CA (or 0x58D8CA) is known color: Medium Turquoise. HEX triplet: 58, D8 and CA. RGB value is (88,216,202). Sum of RGB (Red+Green+Blue) = 88+216+202=506 (67% of max value = 765). Red value is 88 (34.77% from 255 or 17.39% from 506); Green value is 216 (84.77% from 255 or 42.69% from 506); Blue value is 202 (79.30% from 255 or 39.92% from 506); Max value from RGB is 216 - color contains mainly: green. Hex color #58D8CA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #58D8CA is #A72735. Grayscale: #B0B0B0. Windows color (decimal): -10954550 or 13293656. OLE color: 13293656.
HSL color Cylindrical-coordinate representation of color #58D8CA: hue angle of 173.44º degrees, saturation: 0.62, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #58D8CA is Cyan = 0.59, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 88 | 216 | 202 | - |
| CMYK | 0.59 | 0 | 0.06 | 0.15 |
| HSL | 173.44º | 0.62% | 0.6% | - |
| HSV(B) | 173.44º | 0.59% | 0.85% | - |
| XYZ | 39.24 | 55.45 | 64.51 | - |
| YUV | 176.13 | 142.59 | 65.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 216 | 202 | 0.59 | 0 | 0.06 | 0.15 | 173.44 | 0.62 | 0.6 |
| Hex | 58 | D8 | CA | 3B | 0 | 6 | F | AD | 3E | 3C |
| Octal | 130 | 330 | 312 | 73 | 0 | 6 | 17 | 255 | 76 | 74 |
| Binary | 1011000 | 11011000 | 11001010 | 111011 | 0 | 110 | 1111 | 10101101 | 111110 | 111100 |
Color Harmonies of #58D8CA
Complementary color
Monochromatic Colors of #58D8CA
Black with #58D8CA
Text Example
Text Example
White with #58D8CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58D8CA; }
p { color: rgb(88,216,202); }
H1.HeaderClassName
{
color: #58D8CA;
}
.AnyTagClassName
{
color: #58D8CA;
}
</style>
background-color css
<style>
a { background-color: #58D8CA; }
a { background-color: rgb(88,216,202); }
div.DivClassName
{
background-color: #58D8CA;
}
.BgClassName
{
background-color: #58D8CA;
}
</style>
border-color css
<style>
span { border-color: #58D8CA; }
span { border-color: rgb(88,216,202); }
td.TdClassName
{
border-color: #58D8CA;
}
.TagClassName
{
border-color: #58D8CA;
}
</style>