Shades of Medium Turquoise #58DCD5
Tints of Medium Turquoise #58DCD5
RGB
CMYK
RGB Variations
Color information
#58DCD5 (or 0x58DCD5) is known color: Medium Turquoise. HEX triplet: 58, DC and D5. RGB value is (88,220,213). Sum of RGB (Red+Green+Blue) = 88+220+213=521 (69% of max value = 765). Red value is 88 (34.77% from 255 or 16.89% from 521); Green value is 220 (86.33% from 255 or 42.23% from 521); Blue value is 213 (83.59% from 255 or 40.88% from 521); Max value from RGB is 220 - color contains mainly: green. Hex color #58DCD5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #58DCD5 is #A7232A. Grayscale: #B3B3B3. Windows color (decimal): -10953515 or 14015576. OLE color: 14015576.
HSL color Cylindrical-coordinate representation of color #58DCD5: hue angle of 176.82º 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 #58DCD5 is Cyan = 0.6, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 88 | 220 | 213 | - |
| CMYK | 0.6 | 0 | 0.03 | 0.14 |
| HSL | 176.82º | 0.65% | 0.6% | - |
| HSV(B) | 176.82º | 0.6% | 0.86% | - |
| XYZ | 41.63 | 58.07 | 71.96 | - |
| YUV | 179.73 | 146.77 | 62.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 220 | 213 | 0.6 | 0 | 0.03 | 0.14 | 176.82 | 0.65 | 0.6 |
| Hex | 58 | DC | D5 | 3C | 0 | 3 | E | B1 | 41 | 3C |
| Octal | 130 | 334 | 325 | 74 | 0 | 3 | 16 | 261 | 101 | 74 |
| Binary | 1011000 | 11011100 | 11010101 | 111100 | 0 | 11 | 1110 | 10110001 | 1000001 | 111100 |
Color Harmonies of #58DCD5
Complementary color
Monochromatic Colors of #58DCD5
Black with #58DCD5
Text Example
Text Example
White with #58DCD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58DCD5; }
p { color: rgb(88,220,213); }
H1.HeaderClassName
{
color: #58DCD5;
}
.AnyTagClassName
{
color: #58DCD5;
}
</style>
background-color css
<style>
a { background-color: #58DCD5; }
a { background-color: rgb(88,220,213); }
div.DivClassName
{
background-color: #58DCD5;
}
.BgClassName
{
background-color: #58DCD5;
}
</style>
border-color css
<style>
span { border-color: #58DCD5; }
span { border-color: rgb(88,220,213); }
td.TdClassName
{
border-color: #58DCD5;
}
.TagClassName
{
border-color: #58DCD5;
}
</style>