Shades of Medium Turquoise #58C3CB
Tints of Medium Turquoise #58C3CB
RGB
CMYK
RGB Variations
Color information
#58C3CB (or 0x58C3CB) is known color: Medium Turquoise. HEX triplet: 58, C3 and CB. RGB value is (88,195,203). Sum of RGB (Red+Green+Blue) = 88+195+203=486 (64% of max value = 765). Red value is 88 (34.77% from 255 or 18.11% from 486); Green value is 195 (76.56% from 255 or 40.12% from 486); Blue value is 203 (79.69% from 255 or 41.77% from 486); Max value from RGB is 203 - color contains mainly: blue. Hex color #58C3CB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #58C3CB is #A73C34. Grayscale: #A3A3A3. Windows color (decimal): -10959925 or 13353816. OLE color: 13353816.
HSL color Cylindrical-coordinate representation of color #58C3CB: hue angle of 184.17º 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 #58C3CB is Cyan = 0.57, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 88 | 195 | 203 | - |
| CMYK | 0.57 | 0.04 | 0 | 0.20 |
| HSL | 184.17º | 0.53% | 0.57% | - |
| HSV(B) | 184.17º | 0.57% | 0.8% | - |
| XYZ | 34.32 | 45.42 | 63.46 | - |
| YUV | 163.92 | 150.05 | 73.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 195 | 203 | 0.57 | 0.04 | 0 | 0.20 | 184.17 | 0.53 | 0.57 |
| Hex | 58 | C3 | CB | 39 | 4 | 0 | 14 | B8 | 35 | 39 |
| Octal | 130 | 303 | 313 | 71 | 4 | 0 | 24 | 270 | 65 | 71 |
| Binary | 1011000 | 11000011 | 11001011 | 111001 | 100 | 0 | 10100 | 10111000 | 110101 | 111001 |
Color Harmonies of #58C3CB
Complementary color
Monochromatic Colors of #58C3CB
Black with #58C3CB
Text Example
Text Example
White with #58C3CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58C3CB; }
p { color: rgb(88,195,203); }
H1.HeaderClassName
{
color: #58C3CB;
}
.AnyTagClassName
{
color: #58C3CB;
}
</style>
background-color css
<style>
a { background-color: #58C3CB; }
a { background-color: rgb(88,195,203); }
div.DivClassName
{
background-color: #58C3CB;
}
.BgClassName
{
background-color: #58C3CB;
}
</style>
border-color css
<style>
span { border-color: #58C3CB; }
span { border-color: rgb(88,195,203); }
td.TdClassName
{
border-color: #58C3CB;
}
.TagClassName
{
border-color: #58C3CB;
}
</style>