Shades of Medium Turquoise #53DAC9
Tints of Medium Turquoise #53DAC9
RGB
CMYK
RGB Variations
Color information
#53DAC9 (or 0x53DAC9) is known color: Medium Turquoise. HEX triplet: 53, DA and C9. RGB value is (83,218,201). Sum of RGB (Red+Green+Blue) = 83+218+201=502 (66% of max value = 765). Red value is 83 (32.81% from 255 or 16.53% from 502); Green value is 218 (85.55% from 255 or 43.43% from 502); Blue value is 201 (78.91% from 255 or 40.04% from 502); Max value from RGB is 218 - color contains mainly: green. Hex color #53DAC9 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #53DAC9 is #AC2536. Grayscale: #AFAFAF. Windows color (decimal): -11281719 or 13228627. OLE color: 13228627.
HSL color Cylindrical-coordinate representation of color #53DAC9: hue angle of 172.44º degrees, saturation: 0.65, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #53DAC9 is Cyan = 0.62, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 83 | 218 | 201 | - |
| CMYK | 0.62 | 0 | 0.08 | 0.15 |
| HSL | 172.44º | 0.65% | 0.59% | - |
| HSV(B) | 172.44º | 0.62% | 0.85% | - |
| XYZ | 39.18 | 56.2 | 64.04 | - |
| YUV | 175.7 | 142.27 | 61.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 218 | 201 | 0.62 | 0 | 0.08 | 0.15 | 172.44 | 0.65 | 0.59 |
| Hex | 53 | DA | C9 | 3E | 0 | 8 | F | AC | 41 | 3B |
| Octal | 123 | 332 | 311 | 76 | 0 | 10 | 17 | 254 | 101 | 73 |
| Binary | 1010011 | 11011010 | 11001001 | 111110 | 0 | 1000 | 1111 | 10101100 | 1000001 | 111011 |
Color Harmonies of #53DAC9
Complementary color
Monochromatic Colors of #53DAC9
Black with #53DAC9
Text Example
Text Example
White with #53DAC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53DAC9; }
p { color: rgb(83,218,201); }
H1.HeaderClassName
{
color: #53DAC9;
}
.AnyTagClassName
{
color: #53DAC9;
}
</style>
background-color css
<style>
a { background-color: #53DAC9; }
a { background-color: rgb(83,218,201); }
div.DivClassName
{
background-color: #53DAC9;
}
.BgClassName
{
background-color: #53DAC9;
}
</style>
border-color css
<style>
span { border-color: #53DAC9; }
span { border-color: rgb(83,218,201); }
td.TdClassName
{
border-color: #53DAC9;
}
.TagClassName
{
border-color: #53DAC9;
}
</style>