Shades of Medium Turquoise #58DEDB
Tints of Medium Turquoise #58DEDB
RGB
CMYK
RGB Variations
Color information
#58DEDB (or 0x58DEDB) is known color: Medium Turquoise. HEX triplet: 58, DE and DB. RGB value is (88,222,219). Sum of RGB (Red+Green+Blue) = 88+222+219=529 (70% of max value = 765). Red value is 88 (34.77% from 255 or 16.64% from 529); Green value is 222 (87.11% from 255 or 41.97% from 529); Blue value is 219 (85.94% from 255 or 41.40% from 529); Max value from RGB is 222 - color contains mainly: green. Hex color #58DEDB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #58DEDB is #A72124. Grayscale: #B5B5B5. Windows color (decimal): -10952997 or 14409304. OLE color: 14409304.
HSL color Cylindrical-coordinate representation of color #58DEDB: hue angle of 178.66º degrees, saturation: 0.67, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #58DEDB is Cyan = 0.60, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 88 | 222 | 219 | - |
| CMYK | 0.60 | 0 | 0.01 | 0.13 |
| HSL | 178.66º | 0.67% | 0.61% | - |
| HSV(B) | 178.66º | 0.6% | 0.87% | - |
| XYZ | 42.93 | 59.43 | 76.23 | - |
| YUV | 181.59 | 149.11 | 61.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 222 | 219 | 0.60 | 0 | 0.01 | 0.13 | 178.66 | 0.67 | 0.61 |
| Hex | 58 | DE | DB | 3C | 0 | 1 | D | B3 | 43 | 3D |
| Octal | 130 | 336 | 333 | 74 | 0 | 1 | 15 | 263 | 103 | 75 |
| Binary | 1011000 | 11011110 | 11011011 | 111100 | 0 | 1 | 1101 | 10110011 | 1000011 | 111101 |
Color Harmonies of #58DEDB
Complementary color
Monochromatic Colors of #58DEDB
Black with #58DEDB
Text Example
Text Example
White with #58DEDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58DEDB; }
p { color: rgb(88,222,219); }
H1.HeaderClassName
{
color: #58DEDB;
}
.AnyTagClassName
{
color: #58DEDB;
}
</style>
background-color css
<style>
a { background-color: #58DEDB; }
a { background-color: rgb(88,222,219); }
div.DivClassName
{
background-color: #58DEDB;
}
.BgClassName
{
background-color: #58DEDB;
}
</style>
border-color css
<style>
span { border-color: #58DEDB; }
span { border-color: rgb(88,222,219); }
td.TdClassName
{
border-color: #58DEDB;
}
.TagClassName
{
border-color: #58DEDB;
}
</style>