Shades of Medium Turquoise #58DCD2
Tints of Medium Turquoise #58DCD2
RGB
CMYK
RGB Variations
Color information
#58DCD2 (or 0x58DCD2) is known color: Medium Turquoise. HEX triplet: 58, DC and D2. RGB value is (88,220,210). Sum of RGB (Red+Green+Blue) = 88+220+210=518 (68% of max value = 765). Red value is 88 (34.77% from 255 or 16.99% from 518); Green value is 220 (86.33% from 255 or 42.47% from 518); Blue value is 210 (82.42% from 255 or 40.54% from 518); Max value from RGB is 220 - color contains mainly: green. Hex color #58DCD2 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #58DCD2 is #A7232D. Grayscale: #B3B3B3. Windows color (decimal): -10953518 or 13818968. OLE color: 13818968.
HSL color Cylindrical-coordinate representation of color #58DCD2: hue angle of 175.45º 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 #58DCD2 is Cyan = 0.6, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 88 | 220 | 210 | - |
| CMYK | 0.6 | 0 | 0.05 | 0.14 |
| HSL | 175.45º | 0.65% | 0.6% | - |
| HSV(B) | 175.45º | 0.6% | 0.86% | - |
| XYZ | 41.25 | 57.91 | 69.98 | - |
| YUV | 179.39 | 145.27 | 62.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 220 | 210 | 0.6 | 0 | 0.05 | 0.14 | 175.45 | 0.65 | 0.6 |
| Hex | 58 | DC | D2 | 3C | 0 | 5 | E | AF | 41 | 3C |
| Octal | 130 | 334 | 322 | 74 | 0 | 5 | 16 | 257 | 101 | 74 |
| Binary | 1011000 | 11011100 | 11010010 | 111100 | 0 | 101 | 1110 | 10101111 | 1000001 | 111100 |
Color Harmonies of #58DCD2
Complementary color
Monochromatic Colors of #58DCD2
Black with #58DCD2
Text Example
Text Example
White with #58DCD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58DCD2; }
p { color: rgb(88,220,210); }
H1.HeaderClassName
{
color: #58DCD2;
}
.AnyTagClassName
{
color: #58DCD2;
}
</style>
background-color css
<style>
a { background-color: #58DCD2; }
a { background-color: rgb(88,220,210); }
div.DivClassName
{
background-color: #58DCD2;
}
.BgClassName
{
background-color: #58DCD2;
}
</style>
border-color css
<style>
span { border-color: #58DCD2; }
span { border-color: rgb(88,220,210); }
td.TdClassName
{
border-color: #58DCD2;
}
.TagClassName
{
border-color: #58DCD2;
}
</style>