Shades of Medium Turquoise #58DFCD
Tints of Medium Turquoise #58DFCD
RGB
CMYK
RGB Variations
Color information
#58DFCD (or 0x58DFCD) is known color: Medium Turquoise. HEX triplet: 58, DF and CD. RGB value is (88,223,205). Sum of RGB (Red+Green+Blue) = 88+223+205=516 (68% of max value = 765). Red value is 88 (34.77% from 255 or 17.05% from 516); Green value is 223 (87.5% from 255 or 43.22% from 516); Blue value is 205 (80.47% from 255 or 39.73% from 516); Max value from RGB is 223 - color contains mainly: green. Hex color #58DFCD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #58DFCD is #A72032. Grayscale: #B4B4B4. Windows color (decimal): -10952755 or 13492056. OLE color: 13492056.
HSL color Cylindrical-coordinate representation of color #58DFCD: hue angle of 172º degrees, saturation: 0.68, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #58DFCD is Cyan = 0.61, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 88 | 223 | 205 | - |
| CMYK | 0.61 | 0 | 0.08 | 0.13 |
| HSL | 172º | 0.68% | 0.61% | - |
| HSV(B) | 172º | 0.61% | 0.87% | - |
| XYZ | 41.43 | 59.26 | 67.01 | - |
| YUV | 180.58 | 141.77 | 61.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 223 | 205 | 0.61 | 0 | 0.08 | 0.13 | 172 | 0.68 | 0.61 |
| Hex | 58 | DF | CD | 3D | 0 | 8 | D | AC | 44 | 3D |
| Octal | 130 | 337 | 315 | 75 | 0 | 10 | 15 | 254 | 104 | 75 |
| Binary | 1011000 | 11011111 | 11001101 | 111101 | 0 | 1000 | 1101 | 10101100 | 1000100 | 111101 |
Color Harmonies of #58DFCD
Complementary color
Monochromatic Colors of #58DFCD
Black with #58DFCD
Text Example
Text Example
White with #58DFCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58DFCD; }
p { color: rgb(88,223,205); }
H1.HeaderClassName
{
color: #58DFCD;
}
.AnyTagClassName
{
color: #58DFCD;
}
</style>
background-color css
<style>
a { background-color: #58DFCD; }
a { background-color: rgb(88,223,205); }
div.DivClassName
{
background-color: #58DFCD;
}
.BgClassName
{
background-color: #58DFCD;
}
</style>
border-color css
<style>
span { border-color: #58DFCD; }
span { border-color: rgb(88,223,205); }
td.TdClassName
{
border-color: #58DFCD;
}
.TagClassName
{
border-color: #58DFCD;
}
</style>