Shades of Medium Turquoise #58DCDB
Tints of Medium Turquoise #58DCDB
RGB
CMYK
RGB Variations
Color information
#58DCDB (or 0x58DCDB) is known color: Medium Turquoise. HEX triplet: 58, DC and DB. RGB value is (88,220,219). Sum of RGB (Red+Green+Blue) = 88+220+219=527 (69% of max value = 765). Red value is 88 (34.77% from 255 or 16.70% from 527); Green value is 220 (86.33% from 255 or 41.75% from 527); Blue value is 219 (85.94% from 255 or 41.56% from 527); Max value from RGB is 220 - color contains mainly: green. Hex color #58DCDB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #58DCDB is #A72324. Grayscale: #B4B4B4. Windows color (decimal): -10953509 or 14408792. OLE color: 14408792.
HSL color Cylindrical-coordinate representation of color #58DCDB: hue angle of 179.55º 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 #58DCDB is Cyan = 0.6, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 88 | 220 | 219 | - |
| CMYK | 0.6 | 0 | 0.00 | 0.14 |
| HSL | 179.55º | 0.65% | 0.6% | - |
| HSV(B) | 179.55º | 0.6% | 0.86% | - |
| XYZ | 42.4 | 58.38 | 76.05 | - |
| YUV | 180.42 | 149.77 | 62.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 220 | 219 | 0.6 | 0 | 0.00 | 0.14 | 179.55 | 0.65 | 0.6 |
| Hex | 58 | DC | DB | 3C | 0 | 0 | E | B4 | 41 | 3C |
| Octal | 130 | 334 | 333 | 74 | 0 | 0 | 16 | 264 | 101 | 74 |
| Binary | 1011000 | 11011100 | 11011011 | 111100 | 0 | 0 | 1110 | 10110100 | 1000001 | 111100 |
Color Harmonies of #58DCDB
Complementary color
Monochromatic Colors of #58DCDB
Black with #58DCDB
Text Example
Text Example
White with #58DCDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58DCDB; }
p { color: rgb(88,220,219); }
H1.HeaderClassName
{
color: #58DCDB;
}
.AnyTagClassName
{
color: #58DCDB;
}
</style>
background-color css
<style>
a { background-color: #58DCDB; }
a { background-color: rgb(88,220,219); }
div.DivClassName
{
background-color: #58DCDB;
}
.BgClassName
{
background-color: #58DCDB;
}
</style>
border-color css
<style>
span { border-color: #58DCDB; }
span { border-color: rgb(88,220,219); }
td.TdClassName
{
border-color: #58DCDB;
}
.TagClassName
{
border-color: #58DCDB;
}
</style>