Shades of Medium Turquoise #58DFC7
Tints of Medium Turquoise #58DFC7
RGB
CMYK
RGB Variations
Color information
#58DFC7 (or 0x58DFC7) is known color: Medium Turquoise. HEX triplet: 58, DF and C7. RGB value is (88,223,199). Sum of RGB (Red+Green+Blue) = 88+223+199=510 (67% of max value = 765). Red value is 88 (34.77% from 255 or 17.25% from 510); Green value is 223 (87.5% from 255 or 43.73% from 510); Blue value is 199 (78.12% from 255 or 39.02% from 510); Max value from RGB is 223 - color contains mainly: green. Hex color #58DFC7 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #58DFC7 is #A72038. Grayscale: #B3B3B3. Windows color (decimal): -10952761 or 13098840. OLE color: 13098840.
HSL color Cylindrical-coordinate representation of color #58DFC7: hue angle of 169.33º degrees, saturation: 0.68, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #58DFC7 is Cyan = 0.61, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 88 | 223 | 199 | - |
| CMYK | 0.61 | 0 | 0.11 | 0.13 |
| HSL | 169.33º | 0.68% | 0.61% | - |
| HSV(B) | 169.33º | 0.61% | 0.87% | - |
| XYZ | 40.72 | 58.97 | 63.27 | - |
| YUV | 179.9 | 138.77 | 62.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 223 | 199 | 0.61 | 0 | 0.11 | 0.13 | 169.33 | 0.68 | 0.61 |
| Hex | 58 | DF | C7 | 3D | 0 | B | D | A9 | 44 | 3D |
| Octal | 130 | 337 | 307 | 75 | 0 | 13 | 15 | 251 | 104 | 75 |
| Binary | 1011000 | 11011111 | 11000111 | 111101 | 0 | 1011 | 1101 | 10101001 | 1000100 | 111101 |
Color Harmonies of #58DFC7
Complementary color
Monochromatic Colors of #58DFC7
Black with #58DFC7
Text Example
Text Example
White with #58DFC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58DFC7; }
p { color: rgb(88,223,199); }
H1.HeaderClassName
{
color: #58DFC7;
}
.AnyTagClassName
{
color: #58DFC7;
}
</style>
background-color css
<style>
a { background-color: #58DFC7; }
a { background-color: rgb(88,223,199); }
div.DivClassName
{
background-color: #58DFC7;
}
.BgClassName
{
background-color: #58DFC7;
}
</style>
border-color css
<style>
span { border-color: #58DFC7; }
span { border-color: rgb(88,223,199); }
td.TdClassName
{
border-color: #58DFC7;
}
.TagClassName
{
border-color: #58DFC7;
}
</style>