Shades of Turquoise #58E5DC
Tints of Turquoise #58E5DC
RGB
CMYK
RGB Variations
Color information
#58E5DC (or 0x58E5DC) is known color: Turquoise. HEX triplet: 58, E5 and DC. RGB value is (88,229,220). Sum of RGB (Red+Green+Blue) = 88+229+220=537 (71% of max value = 765). Red value is 88 (34.77% from 255 or 16.39% from 537); Green value is 229 (89.84% from 255 or 42.64% from 537); Blue value is 220 (86.33% from 255 or 40.97% from 537); Max value from RGB is 229 - color contains mainly: green. Hex color #58E5DC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #58E5DC is #A71A23. Grayscale: #B9B9B9. Windows color (decimal): -10951204 or 14476632. OLE color: 14476632.
HSL color Cylindrical-coordinate representation of color #58E5DC: hue angle of 176.17º degrees, saturation: 0.73, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #58E5DC is Cyan = 0.62, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 88 | 229 | 220 | - |
| CMYK | 0.62 | 0 | 0.04 | 0.10 |
| HSL | 176.17º | 0.73% | 0.62% | - |
| HSV(B) | 176.17º | 0.62% | 0.9% | - |
| XYZ | 44.96 | 63.28 | 77.55 | - |
| YUV | 185.82 | 147.29 | 58.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 229 | 220 | 0.62 | 0 | 0.04 | 0.10 | 176.17 | 0.73 | 0.62 |
| Hex | 58 | E5 | DC | 3E | 0 | 4 | A | B0 | 49 | 3E |
| Octal | 130 | 345 | 334 | 76 | 0 | 4 | 12 | 260 | 111 | 76 |
| Binary | 1011000 | 11100101 | 11011100 | 111110 | 0 | 100 | 1010 | 10110000 | 1001001 | 111110 |
Color Harmonies of #58E5DC
Complementary color
Monochromatic Colors of #58E5DC
Black with #58E5DC
Text Example
Text Example
White with #58E5DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58E5DC; }
p { color: rgb(88,229,220); }
H1.HeaderClassName
{
color: #58E5DC;
}
.AnyTagClassName
{
color: #58E5DC;
}
</style>
background-color css
<style>
a { background-color: #58E5DC; }
a { background-color: rgb(88,229,220); }
div.DivClassName
{
background-color: #58E5DC;
}
.BgClassName
{
background-color: #58E5DC;
}
</style>
border-color css
<style>
span { border-color: #58E5DC; }
span { border-color: rgb(88,229,220); }
td.TdClassName
{
border-color: #58E5DC;
}
.TagClassName
{
border-color: #58E5DC;
}
</style>