Shades of Medium Turquoise #58C3CC
Tints of Medium Turquoise #58C3CC
RGB
CMYK
RGB Variations
Color information
#58C3CC (or 0x58C3CC) is known color: Medium Turquoise. HEX triplet: 58, C3 and CC. RGB value is (88,195,204). Sum of RGB (Red+Green+Blue) = 88+195+204=487 (64% of max value = 765). Red value is 88 (34.77% from 255 or 18.07% from 487); Green value is 195 (76.56% from 255 or 40.04% from 487); Blue value is 204 (80.08% from 255 or 41.89% from 487); Max value from RGB is 204 - color contains mainly: blue. Hex color #58C3CC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #58C3CC is #A73C33. Grayscale: #A3A3A3. Windows color (decimal): -10959924 or 13419352. OLE color: 13419352.
HSL color Cylindrical-coordinate representation of color #58C3CC: hue angle of 184.66º 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 #58C3CC is Cyan = 0.57, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 88 | 195 | 204 | - |
| CMYK | 0.57 | 0.04 | 0 | 0.2 |
| HSL | 184.66º | 0.53% | 0.57% | - |
| HSV(B) | 184.66º | 0.57% | 0.8% | - |
| XYZ | 34.44 | 45.46 | 64.09 | - |
| YUV | 164.03 | 150.55 | 73.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 195 | 204 | 0.57 | 0.04 | 0 | 0.2 | 184.66 | 0.53 | 0.57 |
| Hex | 58 | C3 | CC | 39 | 4 | 0 | 14 | B9 | 35 | 39 |
| Octal | 130 | 303 | 314 | 71 | 4 | 0 | 24 | 271 | 65 | 71 |
| Binary | 1011000 | 11000011 | 11001100 | 111001 | 100 | 0 | 10100 | 10111001 | 110101 | 111001 |
Color Harmonies of #58C3CC
Complementary color
Monochromatic Colors of #58C3CC
Black with #58C3CC
Text Example
Text Example
White with #58C3CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58C3CC; }
p { color: rgb(88,195,204); }
H1.HeaderClassName
{
color: #58C3CC;
}
.AnyTagClassName
{
color: #58C3CC;
}
</style>
background-color css
<style>
a { background-color: #58C3CC; }
a { background-color: rgb(88,195,204); }
div.DivClassName
{
background-color: #58C3CC;
}
.BgClassName
{
background-color: #58C3CC;
}
</style>
border-color css
<style>
span { border-color: #58C3CC; }
span { border-color: rgb(88,195,204); }
td.TdClassName
{
border-color: #58C3CC;
}
.TagClassName
{
border-color: #58C3CC;
}
</style>