Shades of Medium Turquoise #58D1CF
Tints of Medium Turquoise #58D1CF
RGB
CMYK
RGB Variations
Color information
#58D1CF (or 0x58D1CF) is known color: Medium Turquoise. HEX triplet: 58, D1 and CF. RGB value is (88,209,207). Sum of RGB (Red+Green+Blue) = 88+209+207=504 (66% of max value = 765). Red value is 88 (34.77% from 255 or 17.46% from 504); Green value is 209 (82.03% from 255 or 41.47% from 504); Blue value is 207 (81.25% from 255 or 41.07% from 504); Max value from RGB is 209 - color contains mainly: green. Hex color #58D1CF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #58D1CF is #A72E30. Grayscale: #ACACAC. Windows color (decimal): -10956337 or 13619544. OLE color: 13619544.
HSL color Cylindrical-coordinate representation of color #58D1CF: hue angle of 179.01º degrees, saturation: 0.57, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #58D1CF is Cyan = 0.58, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 88 | 209 | 207 | - |
| CMYK | 0.58 | 0 | 0.01 | 0.18 |
| HSL | 179.01º | 0.57% | 0.58% | - |
| HSV(B) | 179.01º | 0.58% | 0.82% | - |
| XYZ | 38.09 | 52.18 | 67.1 | - |
| YUV | 172.59 | 147.41 | 67.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 209 | 207 | 0.58 | 0 | 0.01 | 0.18 | 179.01 | 0.57 | 0.58 |
| Hex | 58 | D1 | CF | 3A | 0 | 1 | 12 | B3 | 39 | 3A |
| Octal | 130 | 321 | 317 | 72 | 0 | 1 | 22 | 263 | 71 | 72 |
| Binary | 1011000 | 11010001 | 11001111 | 111010 | 0 | 1 | 10010 | 10110011 | 111001 | 111010 |
Color Harmonies of #58D1CF
Complementary color
Monochromatic Colors of #58D1CF
Black with #58D1CF
Text Example
Text Example
White with #58D1CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58D1CF; }
p { color: rgb(88,209,207); }
H1.HeaderClassName
{
color: #58D1CF;
}
.AnyTagClassName
{
color: #58D1CF;
}
</style>
background-color css
<style>
a { background-color: #58D1CF; }
a { background-color: rgb(88,209,207); }
div.DivClassName
{
background-color: #58D1CF;
}
.BgClassName
{
background-color: #58D1CF;
}
</style>
border-color css
<style>
span { border-color: #58D1CF; }
span { border-color: rgb(88,209,207); }
td.TdClassName
{
border-color: #58D1CF;
}
.TagClassName
{
border-color: #58D1CF;
}
</style>