Shades of Medium Turquoise #58DCD6
Tints of Medium Turquoise #58DCD6
RGB
CMYK
RGB Variations
Color information
#58DCD6 (or 0x58DCD6) is known color: Medium Turquoise. HEX triplet: 58, DC and D6. RGB value is (88,220,214). Sum of RGB (Red+Green+Blue) = 88+220+214=522 (69% of max value = 765). Red value is 88 (34.77% from 255 or 16.86% from 522); Green value is 220 (86.33% from 255 or 42.15% from 522); Blue value is 214 (83.98% from 255 or 41.00% from 522); Max value from RGB is 220 - color contains mainly: green. Hex color #58DCD6 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #58DCD6 is #A72329. Grayscale: #B3B3B3. Windows color (decimal): -10953514 or 14081112. OLE color: 14081112.
HSL color Cylindrical-coordinate representation of color #58DCD6: hue angle of 177.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 #58DCD6 is Cyan = 0.6, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 88 | 220 | 214 | - |
| CMYK | 0.6 | 0 | 0.03 | 0.14 |
| HSL | 177.27º | 0.65% | 0.6% | - |
| HSV(B) | 177.27º | 0.6% | 0.86% | - |
| XYZ | 41.76 | 58.12 | 72.64 | - |
| YUV | 179.85 | 147.27 | 62.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 220 | 214 | 0.6 | 0 | 0.03 | 0.14 | 177.27 | 0.65 | 0.6 |
| Hex | 58 | DC | D6 | 3C | 0 | 3 | E | B1 | 41 | 3C |
| Octal | 130 | 334 | 326 | 74 | 0 | 3 | 16 | 261 | 101 | 74 |
| Binary | 1011000 | 11011100 | 11010110 | 111100 | 0 | 11 | 1110 | 10110001 | 1000001 | 111100 |
Color Harmonies of #58DCD6
Complementary color
Monochromatic Colors of #58DCD6
Black with #58DCD6
Text Example
Text Example
White with #58DCD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58DCD6; }
p { color: rgb(88,220,214); }
H1.HeaderClassName
{
color: #58DCD6;
}
.AnyTagClassName
{
color: #58DCD6;
}
</style>
background-color css
<style>
a { background-color: #58DCD6; }
a { background-color: rgb(88,220,214); }
div.DivClassName
{
background-color: #58DCD6;
}
.BgClassName
{
background-color: #58DCD6;
}
</style>
border-color css
<style>
span { border-color: #58DCD6; }
span { border-color: rgb(88,220,214); }
td.TdClassName
{
border-color: #58DCD6;
}
.TagClassName
{
border-color: #58DCD6;
}
</style>