Shades of Medium Turquoise #58CFCC
Tints of Medium Turquoise #58CFCC
RGB
CMYK
RGB Variations
Color information
#58CFCC (or 0x58CFCC) is known color: Medium Turquoise. HEX triplet: 58, CF and CC. RGB value is (88,207,204). Sum of RGB (Red+Green+Blue) = 88+207+204=499 (66% of max value = 765). Red value is 88 (34.77% from 255 or 17.64% from 499); Green value is 207 (81.25% from 255 or 41.48% from 499); Blue value is 204 (80.08% from 255 or 40.88% from 499); Max value from RGB is 207 - color contains mainly: green. Hex color #58CFCC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #58CFCC is #A73033. Grayscale: #AAAAAA. Windows color (decimal): -10956852 or 13422424. OLE color: 13422424.
HSL color Cylindrical-coordinate representation of color #58CFCC: hue angle of 178.49º 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 #58CFCC is Cyan = 0.57, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 88 | 207 | 204 | - |
| CMYK | 0.57 | 0 | 0.01 | 0.19 |
| HSL | 178.49º | 0.55% | 0.58% | - |
| HSV(B) | 178.49º | 0.57% | 0.81% | - |
| XYZ | 37.24 | 51.06 | 65.02 | - |
| YUV | 171.08 | 146.58 | 68.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 207 | 204 | 0.57 | 0 | 0.01 | 0.19 | 178.49 | 0.55 | 0.58 |
| Hex | 58 | CF | CC | 39 | 0 | 1 | 13 | B2 | 37 | 3A |
| Octal | 130 | 317 | 314 | 71 | 0 | 1 | 23 | 262 | 67 | 72 |
| Binary | 1011000 | 11001111 | 11001100 | 111001 | 0 | 1 | 10011 | 10110010 | 110111 | 111010 |
Color Harmonies of #58CFCC
Complementary color
Monochromatic Colors of #58CFCC
Black with #58CFCC
Text Example
Text Example
White with #58CFCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58CFCC; }
p { color: rgb(88,207,204); }
H1.HeaderClassName
{
color: #58CFCC;
}
.AnyTagClassName
{
color: #58CFCC;
}
</style>
background-color css
<style>
a { background-color: #58CFCC; }
a { background-color: rgb(88,207,204); }
div.DivClassName
{
background-color: #58CFCC;
}
.BgClassName
{
background-color: #58CFCC;
}
</style>
border-color css
<style>
span { border-color: #58CFCC; }
span { border-color: rgb(88,207,204); }
td.TdClassName
{
border-color: #58CFCC;
}
.TagClassName
{
border-color: #58CFCC;
}
</style>