Shades of Medium Turquoise #58DCD1
Tints of Medium Turquoise #58DCD1
RGB
CMYK
RGB Variations
Color information
#58DCD1 (or 0x58DCD1) is known color: Medium Turquoise. HEX triplet: 58, DC and D1. RGB value is (88,220,209). Sum of RGB (Red+Green+Blue) = 88+220+209=517 (68% of max value = 765). Red value is 88 (34.77% from 255 or 17.02% from 517); Green value is 220 (86.33% from 255 or 42.55% from 517); Blue value is 209 (82.03% from 255 or 40.43% from 517); Max value from RGB is 220 - color contains mainly: green. Hex color #58DCD1 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #58DCD1 is #A7232E. Grayscale: #B3B3B3. Windows color (decimal): -10953519 or 13753432. OLE color: 13753432.
HSL color Cylindrical-coordinate representation of color #58DCD1: hue angle of 175º 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 #58DCD1 is Cyan = 0.6, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 88 | 220 | 209 | - |
| CMYK | 0.6 | 0 | 0.05 | 0.14 |
| HSL | 175º | 0.65% | 0.6% | - |
| HSV(B) | 175º | 0.6% | 0.86% | - |
| XYZ | 41.13 | 57.86 | 69.32 | - |
| YUV | 179.28 | 144.77 | 62.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 220 | 209 | 0.6 | 0 | 0.05 | 0.14 | 175 | 0.65 | 0.6 |
| Hex | 58 | DC | D1 | 3C | 0 | 5 | E | AF | 41 | 3C |
| Octal | 130 | 334 | 321 | 74 | 0 | 5 | 16 | 257 | 101 | 74 |
| Binary | 1011000 | 11011100 | 11010001 | 111100 | 0 | 101 | 1110 | 10101111 | 1000001 | 111100 |
Color Harmonies of #58DCD1
Complementary color
Monochromatic Colors of #58DCD1
Black with #58DCD1
Text Example
Text Example
White with #58DCD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58DCD1; }
p { color: rgb(88,220,209); }
H1.HeaderClassName
{
color: #58DCD1;
}
.AnyTagClassName
{
color: #58DCD1;
}
</style>
background-color css
<style>
a { background-color: #58DCD1; }
a { background-color: rgb(88,220,209); }
div.DivClassName
{
background-color: #58DCD1;
}
.BgClassName
{
background-color: #58DCD1;
}
</style>
border-color css
<style>
span { border-color: #58DCD1; }
span { border-color: rgb(88,220,209); }
td.TdClassName
{
border-color: #58DCD1;
}
.TagClassName
{
border-color: #58DCD1;
}
</style>