Shades of Medium Turquoise #58DAC8
Tints of Medium Turquoise #58DAC8
RGB
CMYK
RGB Variations
Color information
#58DAC8 (or 0x58DAC8) is known color: Medium Turquoise. HEX triplet: 58, DA and C8. RGB value is (88,218,200). Sum of RGB (Red+Green+Blue) = 88+218+200=506 (67% of max value = 765). Red value is 88 (34.77% from 255 or 17.39% from 506); Green value is 218 (85.55% from 255 or 43.08% from 506); Blue value is 200 (78.52% from 255 or 39.53% from 506); Max value from RGB is 218 - color contains mainly: green. Hex color #58DAC8 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #58DAC8 is #A72537. Grayscale: #B1B1B1. Windows color (decimal): -10954040 or 13163096. OLE color: 13163096.
HSL color Cylindrical-coordinate representation of color #58DAC8: hue angle of 171.69º degrees, saturation: 0.64, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #58DAC8 is Cyan = 0.60, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 88 | 218 | 200 | - |
| CMYK | 0.60 | 0 | 0.08 | 0.15 |
| HSL | 171.69º | 0.64% | 0.6% | - |
| HSV(B) | 171.69º | 0.6% | 0.85% | - |
| XYZ | 39.52 | 56.39 | 63.44 | - |
| YUV | 177.08 | 140.93 | 64.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 218 | 200 | 0.60 | 0 | 0.08 | 0.15 | 171.69 | 0.64 | 0.6 |
| Hex | 58 | DA | C8 | 3C | 0 | 8 | F | AC | 40 | 3C |
| Octal | 130 | 332 | 310 | 74 | 0 | 10 | 17 | 254 | 100 | 74 |
| Binary | 1011000 | 11011010 | 11001000 | 111100 | 0 | 1000 | 1111 | 10101100 | 1000000 | 111100 |
Color Harmonies of #58DAC8
Complementary color
Monochromatic Colors of #58DAC8
Black with #58DAC8
Text Example
Text Example
White with #58DAC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58DAC8; }
p { color: rgb(88,218,200); }
H1.HeaderClassName
{
color: #58DAC8;
}
.AnyTagClassName
{
color: #58DAC8;
}
</style>
background-color css
<style>
a { background-color: #58DAC8; }
a { background-color: rgb(88,218,200); }
div.DivClassName
{
background-color: #58DAC8;
}
.BgClassName
{
background-color: #58DAC8;
}
</style>
border-color css
<style>
span { border-color: #58DAC8; }
span { border-color: rgb(88,218,200); }
td.TdClassName
{
border-color: #58DAC8;
}
.TagClassName
{
border-color: #58DAC8;
}
</style>