Shades of Medium Turquoise #58CFC1
Tints of Medium Turquoise #58CFC1
RGB
CMYK
RGB Variations
Color information
#58CFC1 (or 0x58CFC1) is known color: Medium Turquoise. HEX triplet: 58, CF and C1. RGB value is (88,207,193). Sum of RGB (Red+Green+Blue) = 88+207+193=488 (64% of max value = 765). Red value is 88 (34.77% from 255 or 18.03% from 488); Green value is 207 (81.25% from 255 or 42.42% from 488); Blue value is 193 (75.78% from 255 or 39.55% from 488); Max value from RGB is 207 - color contains mainly: green. Hex color #58CFC1 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #58CFC1 is #A7303E. Grayscale: #A9A9A9. Windows color (decimal): -10956863 or 12701528. OLE color: 12701528.
HSL color Cylindrical-coordinate representation of color #58CFC1: hue angle of 172.94º degrees, saturation: 0.55, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #58CFC1 is Cyan = 0.57, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 88 | 207 | 193 | - |
| CMYK | 0.57 | 0 | 0.07 | 0.19 |
| HSL | 172.94º | 0.55% | 0.58% | - |
| HSV(B) | 172.94º | 0.57% | 0.81% | - |
| XYZ | 35.96 | 50.55 | 58.31 | - |
| YUV | 169.82 | 141.08 | 69.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 207 | 193 | 0.57 | 0 | 0.07 | 0.19 | 172.94 | 0.55 | 0.58 |
| Hex | 58 | CF | C1 | 39 | 0 | 7 | 13 | AD | 37 | 3A |
| Octal | 130 | 317 | 301 | 71 | 0 | 7 | 23 | 255 | 67 | 72 |
| Binary | 1011000 | 11001111 | 11000001 | 111001 | 0 | 111 | 10011 | 10101101 | 110111 | 111010 |
Color Harmonies of #58CFC1
Complementary color
Monochromatic Colors of #58CFC1
Black with #58CFC1
Text Example
Text Example
White with #58CFC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58CFC1; }
p { color: rgb(88,207,193); }
H1.HeaderClassName
{
color: #58CFC1;
}
.AnyTagClassName
{
color: #58CFC1;
}
</style>
background-color css
<style>
a { background-color: #58CFC1; }
a { background-color: rgb(88,207,193); }
div.DivClassName
{
background-color: #58CFC1;
}
.BgClassName
{
background-color: #58CFC1;
}
</style>
border-color css
<style>
span { border-color: #58CFC1; }
span { border-color: rgb(88,207,193); }
td.TdClassName
{
border-color: #58CFC1;
}
.TagClassName
{
border-color: #58CFC1;
}
</style>