Shades of Medium Turquoise #58D3DA
Tints of Medium Turquoise #58D3DA
RGB
CMYK
RGB Variations
Color information
#58D3DA (or 0x58D3DA) is known color: Medium Turquoise. HEX triplet: 58, D3 and DA. RGB value is (88,211,218). Sum of RGB (Red+Green+Blue) = 88+211+218=517 (68% of max value = 765). Red value is 88 (34.77% from 255 or 17.02% from 517); Green value is 211 (82.81% from 255 or 40.81% from 517); Blue value is 218 (85.55% from 255 or 42.17% from 517); Max value from RGB is 218 - color contains mainly: blue. Hex color #58D3DA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #58D3DA is #A72C25. Grayscale: #AEAEAE. Windows color (decimal): -10955814 or 14340952. OLE color: 14340952.
HSL color Cylindrical-coordinate representation of color #58D3DA: hue angle of 183.23º 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 #58D3DA is Cyan = 0.60, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 88 | 211 | 218 | - |
| CMYK | 0.60 | 0.03 | 0 | 0.15 |
| HSL | 183.23º | 0.64% | 0.6% | - |
| HSV(B) | 183.23º | 0.6% | 0.85% | - |
| XYZ | 39.97 | 53.73 | 74.59 | - |
| YUV | 175.02 | 152.25 | 65.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 211 | 218 | 0.60 | 0.03 | 0 | 0.15 | 183.23 | 0.64 | 0.6 |
| Hex | 58 | D3 | DA | 3C | 3 | 0 | F | B7 | 40 | 3C |
| Octal | 130 | 323 | 332 | 74 | 3 | 0 | 17 | 267 | 100 | 74 |
| Binary | 1011000 | 11010011 | 11011010 | 111100 | 11 | 0 | 1111 | 10110111 | 1000000 | 111100 |
Color Harmonies of #58D3DA
Complementary color
Monochromatic Colors of #58D3DA
Black with #58D3DA
Text Example
Text Example
White with #58D3DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58D3DA; }
p { color: rgb(88,211,218); }
H1.HeaderClassName
{
color: #58D3DA;
}
.AnyTagClassName
{
color: #58D3DA;
}
</style>
background-color css
<style>
a { background-color: #58D3DA; }
a { background-color: rgb(88,211,218); }
div.DivClassName
{
background-color: #58D3DA;
}
.BgClassName
{
background-color: #58D3DA;
}
</style>
border-color css
<style>
span { border-color: #58D3DA; }
span { border-color: rgb(88,211,218); }
td.TdClassName
{
border-color: #58D3DA;
}
.TagClassName
{
border-color: #58D3DA;
}
</style>