Shades of Medium Turquoise #58DACB
Tints of Medium Turquoise #58DACB
RGB
CMYK
RGB Variations
Color information
#58DACB (or 0x58DACB) is known color: Medium Turquoise. HEX triplet: 58, DA and CB. RGB value is (88,218,203). Sum of RGB (Red+Green+Blue) = 88+218+203=509 (67% of max value = 765). Red value is 88 (34.77% from 255 or 17.29% from 509); Green value is 218 (85.55% from 255 or 42.83% from 509); Blue value is 203 (79.69% from 255 or 39.88% from 509); Max value from RGB is 218 - color contains mainly: green. Hex color #58DACB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #58DACB is #A72534. Grayscale: #B1B1B1. Windows color (decimal): -10954037 or 13359704. OLE color: 13359704.
HSL color Cylindrical-coordinate representation of color #58DACB: hue angle of 173.08º degrees, saturation: 0.64, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #58DACB is Cyan = 0.60, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 88 | 218 | 203 | - |
| CMYK | 0.60 | 0 | 0.07 | 0.15 |
| HSL | 173.08º | 0.64% | 0.6% | - |
| HSV(B) | 173.08º | 0.6% | 0.85% | - |
| XYZ | 39.88 | 56.53 | 65.31 | - |
| YUV | 177.42 | 142.43 | 64.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 218 | 203 | 0.60 | 0 | 0.07 | 0.15 | 173.08 | 0.64 | 0.6 |
| Hex | 58 | DA | CB | 3C | 0 | 7 | F | AD | 40 | 3C |
| Octal | 130 | 332 | 313 | 74 | 0 | 7 | 17 | 255 | 100 | 74 |
| Binary | 1011000 | 11011010 | 11001011 | 111100 | 0 | 111 | 1111 | 10101101 | 1000000 | 111100 |
Color Harmonies of #58DACB
Complementary color
Monochromatic Colors of #58DACB
Black with #58DACB
Text Example
Text Example
White with #58DACB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58DACB; }
p { color: rgb(88,218,203); }
H1.HeaderClassName
{
color: #58DACB;
}
.AnyTagClassName
{
color: #58DACB;
}
</style>
background-color css
<style>
a { background-color: #58DACB; }
a { background-color: rgb(88,218,203); }
div.DivClassName
{
background-color: #58DACB;
}
.BgClassName
{
background-color: #58DACB;
}
</style>
border-color css
<style>
span { border-color: #58DACB; }
span { border-color: rgb(88,218,203); }
td.TdClassName
{
border-color: #58DACB;
}
.TagClassName
{
border-color: #58DACB;
}
</style>