Shades of Medium Turquoise #58C4CB
Tints of Medium Turquoise #58C4CB
RGB
CMYK
RGB Variations
Color information
#58C4CB (or 0x58C4CB) is known color: Medium Turquoise. HEX triplet: 58, C4 and CB. RGB value is (88,196,203). Sum of RGB (Red+Green+Blue) = 88+196+203=487 (64% of max value = 765). Red value is 88 (34.77% from 255 or 18.07% from 487); Green value is 196 (76.95% from 255 or 40.25% from 487); Blue value is 203 (79.69% from 255 or 41.68% from 487); Max value from RGB is 203 - color contains mainly: blue. Hex color #58C4CB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #58C4CB is #A73B34. Grayscale: #A4A4A4. Windows color (decimal): -10959669 or 13354072. OLE color: 13354072.
HSL color Cylindrical-coordinate representation of color #58C4CB: hue angle of 183.65º degrees, saturation: 0.53, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #58C4CB is Cyan = 0.57, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 88 | 196 | 203 | - |
| CMYK | 0.57 | 0.03 | 0 | 0.20 |
| HSL | 183.65º | 0.53% | 0.57% | - |
| HSV(B) | 183.65º | 0.57% | 0.8% | - |
| XYZ | 34.54 | 45.87 | 63.53 | - |
| YUV | 164.51 | 149.72 | 73.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 196 | 203 | 0.57 | 0.03 | 0 | 0.20 | 183.65 | 0.53 | 0.57 |
| Hex | 58 | C4 | CB | 39 | 3 | 0 | 14 | B8 | 35 | 39 |
| Octal | 130 | 304 | 313 | 71 | 3 | 0 | 24 | 270 | 65 | 71 |
| Binary | 1011000 | 11000100 | 11001011 | 111001 | 11 | 0 | 10100 | 10111000 | 110101 | 111001 |
Color Harmonies of #58C4CB
Complementary color
Monochromatic Colors of #58C4CB
Black with #58C4CB
Text Example
Text Example
White with #58C4CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58C4CB; }
p { color: rgb(88,196,203); }
H1.HeaderClassName
{
color: #58C4CB;
}
.AnyTagClassName
{
color: #58C4CB;
}
</style>
background-color css
<style>
a { background-color: #58C4CB; }
a { background-color: rgb(88,196,203); }
div.DivClassName
{
background-color: #58C4CB;
}
.BgClassName
{
background-color: #58C4CB;
}
</style>
border-color css
<style>
span { border-color: #58C4CB; }
span { border-color: rgb(88,196,203); }
td.TdClassName
{
border-color: #58C4CB;
}
.TagClassName
{
border-color: #58C4CB;
}
</style>