Shades of Medium Turquoise #58DCD9
Tints of Medium Turquoise #58DCD9
RGB
CMYK
RGB Variations
Color information
#58DCD9 (or 0x58DCD9) is known color: Medium Turquoise. HEX triplet: 58, DC and D9. RGB value is (88,220,217). Sum of RGB (Red+Green+Blue) = 88+220+217=525 (69% of max value = 765). Red value is 88 (34.77% from 255 or 16.76% from 525); Green value is 220 (86.33% from 255 or 41.90% from 525); Blue value is 217 (85.16% from 255 or 41.33% from 525); Max value from RGB is 220 - color contains mainly: green. Hex color #58DCD9 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #58DCD9 is #A72326. Grayscale: #B4B4B4. Windows color (decimal): -10953511 or 14277720. OLE color: 14277720.
HSL color Cylindrical-coordinate representation of color #58DCD9: hue angle of 178.64º 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 #58DCD9 is Cyan = 0.6, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 88 | 220 | 217 | - |
| CMYK | 0.6 | 0 | 0.01 | 0.14 |
| HSL | 178.64º | 0.65% | 0.6% | - |
| HSV(B) | 178.64º | 0.6% | 0.86% | - |
| XYZ | 42.14 | 58.27 | 74.67 | - |
| YUV | 180.19 | 148.77 | 62.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 220 | 217 | 0.6 | 0 | 0.01 | 0.14 | 178.64 | 0.65 | 0.6 |
| Hex | 58 | DC | D9 | 3C | 0 | 1 | E | B3 | 41 | 3C |
| Octal | 130 | 334 | 331 | 74 | 0 | 1 | 16 | 263 | 101 | 74 |
| Binary | 1011000 | 11011100 | 11011001 | 111100 | 0 | 1 | 1110 | 10110011 | 1000001 | 111100 |
Color Harmonies of #58DCD9
Complementary color
Monochromatic Colors of #58DCD9
Black with #58DCD9
Text Example
Text Example
White with #58DCD9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58DCD9; }
p { color: rgb(88,220,217); }
H1.HeaderClassName
{
color: #58DCD9;
}
.AnyTagClassName
{
color: #58DCD9;
}
</style>
background-color css
<style>
a { background-color: #58DCD9; }
a { background-color: rgb(88,220,217); }
div.DivClassName
{
background-color: #58DCD9;
}
.BgClassName
{
background-color: #58DCD9;
}
</style>
border-color css
<style>
span { border-color: #58DCD9; }
span { border-color: rgb(88,220,217); }
td.TdClassName
{
border-color: #58DCD9;
}
.TagClassName
{
border-color: #58DCD9;
}
</style>