Shades of Medium Turquoise #58CCDC
Tints of Medium Turquoise #58CCDC
RGB
CMYK
RGB Variations
Color information
#58CCDC (or 0x58CCDC) is known color: Medium Turquoise. HEX triplet: 58, CC and DC. RGB value is (88,204,220). Sum of RGB (Red+Green+Blue) = 88+204+220=512 (67% of max value = 765). Red value is 88 (34.77% from 255 or 17.19% from 512); Green value is 204 (80.08% from 255 or 39.84% from 512); Blue value is 220 (86.33% from 255 or 42.97% from 512); Max value from RGB is 220 - color contains mainly: blue. Hex color #58CCDC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #58CCDC is #A73323. Grayscale: #AAAAAA. Windows color (decimal): -10957604 or 14470232. OLE color: 14470232.
HSL color Cylindrical-coordinate representation of color #58CCDC: hue angle of 187.27º degrees, saturation: 0.65, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #58CCDC is Cyan = 0.6, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 88 | 204 | 220 | - |
| CMYK | 0.6 | 0.07 | 0 | 0.14 |
| HSL | 187.27º | 0.65% | 0.6% | - |
| HSV(B) | 187.27º | 0.6% | 0.86% | - |
| XYZ | 38.54 | 50.43 | 75.41 | - |
| YUV | 171.14 | 155.57 | 68.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 204 | 220 | 0.6 | 0.07 | 0 | 0.14 | 187.27 | 0.65 | 0.6 |
| Hex | 58 | CC | DC | 3C | 7 | 0 | E | BB | 41 | 3C |
| Octal | 130 | 314 | 334 | 74 | 7 | 0 | 16 | 273 | 101 | 74 |
| Binary | 1011000 | 11001100 | 11011100 | 111100 | 111 | 0 | 1110 | 10111011 | 1000001 | 111100 |
Color Harmonies of #58CCDC
Complementary color
Monochromatic Colors of #58CCDC
Black with #58CCDC
Text Example
Text Example
White with #58CCDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58CCDC; }
p { color: rgb(88,204,220); }
H1.HeaderClassName
{
color: #58CCDC;
}
.AnyTagClassName
{
color: #58CCDC;
}
</style>
background-color css
<style>
a { background-color: #58CCDC; }
a { background-color: rgb(88,204,220); }
div.DivClassName
{
background-color: #58CCDC;
}
.BgClassName
{
background-color: #58CCDC;
}
</style>
border-color css
<style>
span { border-color: #58CCDC; }
span { border-color: rgb(88,204,220); }
td.TdClassName
{
border-color: #58CCDC;
}
.TagClassName
{
border-color: #58CCDC;
}
</style>