Shades of Medium Turquoise #53DAC5
Tints of Medium Turquoise #53DAC5
RGB
CMYK
RGB Variations
Color information
#53DAC5 (or 0x53DAC5) is known color: Medium Turquoise. HEX triplet: 53, DA and C5. RGB value is (83,218,197). Sum of RGB (Red+Green+Blue) = 83+218+197=498 (65% of max value = 765). Red value is 83 (32.81% from 255 or 16.67% from 498); Green value is 218 (85.55% from 255 or 43.78% from 498); Blue value is 197 (77.34% from 255 or 39.56% from 498); Max value from RGB is 218 - color contains mainly: green. Hex color #53DAC5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #53DAC5 is #AC253A. Grayscale: #AFAFAF. Windows color (decimal): -11281723 or 12966483. OLE color: 12966483.
HSL color Cylindrical-coordinate representation of color #53DAC5: hue angle of 170.67º 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 #53DAC5 is Cyan = 0.62, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 83 | 218 | 197 | - |
| CMYK | 0.62 | 0 | 0.10 | 0.15 |
| HSL | 170.67º | 0.65% | 0.59% | - |
| HSV(B) | 170.67º | 0.62% | 0.85% | - |
| XYZ | 38.72 | 56.01 | 61.59 | - |
| YUV | 175.24 | 140.27 | 62.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 218 | 197 | 0.62 | 0 | 0.10 | 0.15 | 170.67 | 0.65 | 0.59 |
| Hex | 53 | DA | C5 | 3E | 0 | A | F | AB | 41 | 3B |
| Octal | 123 | 332 | 305 | 76 | 0 | 12 | 17 | 253 | 101 | 73 |
| Binary | 1010011 | 11011010 | 11000101 | 111110 | 0 | 1010 | 1111 | 10101011 | 1000001 | 111011 |
Color Harmonies of #53DAC5
Complementary color
Monochromatic Colors of #53DAC5
Black with #53DAC5
Text Example
Text Example
White with #53DAC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53DAC5; }
p { color: rgb(83,218,197); }
H1.HeaderClassName
{
color: #53DAC5;
}
.AnyTagClassName
{
color: #53DAC5;
}
</style>
background-color css
<style>
a { background-color: #53DAC5; }
a { background-color: rgb(83,218,197); }
div.DivClassName
{
background-color: #53DAC5;
}
.BgClassName
{
background-color: #53DAC5;
}
</style>
border-color css
<style>
span { border-color: #53DAC5; }
span { border-color: rgb(83,218,197); }
td.TdClassName
{
border-color: #53DAC5;
}
.TagClassName
{
border-color: #53DAC5;
}
</style>