Shades of Medium Turquoise #58DCDA
Tints of Medium Turquoise #58DCDA
RGB
CMYK
RGB Variations
Color information
#58DCDA (or 0x58DCDA) is known color: Medium Turquoise. HEX triplet: 58, DC and DA. RGB value is (88,220,218). Sum of RGB (Red+Green+Blue) = 88+220+218=526 (69% of max value = 765). Red value is 88 (34.77% from 255 or 16.73% from 526); Green value is 220 (86.33% from 255 or 41.83% from 526); Blue value is 218 (85.55% from 255 or 41.44% from 526); Max value from RGB is 220 - color contains mainly: green. Hex color #58DCDA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #58DCDA is #A72325. Grayscale: #B4B4B4. Windows color (decimal): -10953510 or 14343256. OLE color: 14343256.
HSL color Cylindrical-coordinate representation of color #58DCDA: hue angle of 179.09º 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 #58DCDA is Cyan = 0.6, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 88 | 220 | 218 | - |
| CMYK | 0.6 | 0 | 0.01 | 0.14 |
| HSL | 179.09º | 0.65% | 0.6% | - |
| HSV(B) | 179.09º | 0.6% | 0.86% | - |
| XYZ | 42.27 | 58.32 | 75.36 | - |
| YUV | 180.3 | 149.27 | 62.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 220 | 218 | 0.6 | 0 | 0.01 | 0.14 | 179.09 | 0.65 | 0.6 |
| Hex | 58 | DC | DA | 3C | 0 | 1 | E | B3 | 41 | 3C |
| Octal | 130 | 334 | 332 | 74 | 0 | 1 | 16 | 263 | 101 | 74 |
| Binary | 1011000 | 11011100 | 11011010 | 111100 | 0 | 1 | 1110 | 10110011 | 1000001 | 111100 |
Color Harmonies of #58DCDA
Complementary color
Monochromatic Colors of #58DCDA
Black with #58DCDA
Text Example
Text Example
White with #58DCDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58DCDA; }
p { color: rgb(88,220,218); }
H1.HeaderClassName
{
color: #58DCDA;
}
.AnyTagClassName
{
color: #58DCDA;
}
</style>
background-color css
<style>
a { background-color: #58DCDA; }
a { background-color: rgb(88,220,218); }
div.DivClassName
{
background-color: #58DCDA;
}
.BgClassName
{
background-color: #58DCDA;
}
</style>
border-color css
<style>
span { border-color: #58DCDA; }
span { border-color: rgb(88,220,218); }
td.TdClassName
{
border-color: #58DCDA;
}
.TagClassName
{
border-color: #58DCDA;
}
</style>