Shades of Medium Turquoise #58D7C1
Tints of Medium Turquoise #58D7C1
RGB
CMYK
RGB Variations
Color information
#58D7C1 (or 0x58D7C1) is known color: Medium Turquoise. HEX triplet: 58, D7 and C1. RGB value is (88,215,193). Sum of RGB (Red+Green+Blue) = 88+215+193=496 (65% of max value = 765). Red value is 88 (34.77% from 255 or 17.74% from 496); Green value is 215 (84.38% from 255 or 43.35% from 496); Blue value is 193 (75.78% from 255 or 38.91% from 496); Max value from RGB is 215 - color contains mainly: green. Hex color #58D7C1 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #58D7C1 is #A7283E. Grayscale: #AEAEAE. Windows color (decimal): -10954815 or 12703576. OLE color: 12703576.
HSL color Cylindrical-coordinate representation of color #58D7C1: hue angle of 169.61º degrees, saturation: 0.61, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #58D7C1 is Cyan = 0.59, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 88 | 215 | 193 | - |
| CMYK | 0.59 | 0 | 0.10 | 0.16 |
| HSL | 169.61º | 0.61% | 0.59% | - |
| HSV(B) | 169.61º | 0.59% | 0.84% | - |
| XYZ | 37.95 | 54.53 | 58.98 | - |
| YUV | 174.52 | 138.42 | 66.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 215 | 193 | 0.59 | 0 | 0.10 | 0.16 | 169.61 | 0.61 | 0.59 |
| Hex | 58 | D7 | C1 | 3B | 0 | A | 10 | AA | 3D | 3B |
| Octal | 130 | 327 | 301 | 73 | 0 | 12 | 20 | 252 | 75 | 73 |
| Binary | 1011000 | 11010111 | 11000001 | 111011 | 0 | 1010 | 10000 | 10101010 | 111101 | 111011 |
Color Harmonies of #58D7C1
Complementary color
Monochromatic Colors of #58D7C1
Black with #58D7C1
Text Example
Text Example
White with #58D7C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58D7C1; }
p { color: rgb(88,215,193); }
H1.HeaderClassName
{
color: #58D7C1;
}
.AnyTagClassName
{
color: #58D7C1;
}
</style>
background-color css
<style>
a { background-color: #58D7C1; }
a { background-color: rgb(88,215,193); }
div.DivClassName
{
background-color: #58D7C1;
}
.BgClassName
{
background-color: #58D7C1;
}
</style>
border-color css
<style>
span { border-color: #58D7C1; }
span { border-color: rgb(88,215,193); }
td.TdClassName
{
border-color: #58D7C1;
}
.TagClassName
{
border-color: #58D7C1;
}
</style>