Shades of Medium Turquoise #58DFD0
Tints of Medium Turquoise #58DFD0
RGB
CMYK
RGB Variations
Color information
#58DFD0 (or 0x58DFD0) is known color: Medium Turquoise. HEX triplet: 58, DF and D0. RGB value is (88,223,208). Sum of RGB (Red+Green+Blue) = 88+223+208=519 (68% of max value = 765). Red value is 88 (34.77% from 255 or 16.96% from 519); Green value is 223 (87.5% from 255 or 42.97% from 519); Blue value is 208 (81.64% from 255 or 40.08% from 519); Max value from RGB is 223 - color contains mainly: green. Hex color #58DFD0 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #58DFD0 is #A7202F. Grayscale: #B4B4B4. Windows color (decimal): -10952752 or 13688664. OLE color: 13688664.
HSL color Cylindrical-coordinate representation of color #58DFD0: hue angle of 173.33º 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 #58DFD0 is Cyan = 0.61, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 88 | 223 | 208 | - |
| CMYK | 0.61 | 0 | 0.07 | 0.13 |
| HSL | 173.33º | 0.68% | 0.61% | - |
| HSV(B) | 173.33º | 0.61% | 0.87% | - |
| XYZ | 41.8 | 59.4 | 68.94 | - |
| YUV | 180.93 | 143.27 | 61.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 223 | 208 | 0.61 | 0 | 0.07 | 0.13 | 173.33 | 0.68 | 0.61 |
| Hex | 58 | DF | D0 | 3D | 0 | 7 | D | AD | 44 | 3D |
| Octal | 130 | 337 | 320 | 75 | 0 | 7 | 15 | 255 | 104 | 75 |
| Binary | 1011000 | 11011111 | 11010000 | 111101 | 0 | 111 | 1101 | 10101101 | 1000100 | 111101 |
Color Harmonies of #58DFD0
Complementary color
Monochromatic Colors of #58DFD0
Black with #58DFD0
Text Example
Text Example
White with #58DFD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58DFD0; }
p { color: rgb(88,223,208); }
H1.HeaderClassName
{
color: #58DFD0;
}
.AnyTagClassName
{
color: #58DFD0;
}
</style>
background-color css
<style>
a { background-color: #58DFD0; }
a { background-color: rgb(88,223,208); }
div.DivClassName
{
background-color: #58DFD0;
}
.BgClassName
{
background-color: #58DFD0;
}
</style>
border-color css
<style>
span { border-color: #58DFD0; }
span { border-color: rgb(88,223,208); }
td.TdClassName
{
border-color: #58DFD0;
}
.TagClassName
{
border-color: #58DFD0;
}
</style>