Shades of Turquoise #53F4D5
Tints of Turquoise #53F4D5
RGB
CMYK
RGB Variations
Color information
#53F4D5 (or 0x53F4D5) is known color: Turquoise. HEX triplet: 53, F4 and D5. RGB value is (83,244,213). Sum of RGB (Red+Green+Blue) = 83+244+213=540 (71% of max value = 765). Red value is 83 (32.81% from 255 or 15.37% from 540); Green value is 244 (95.70% from 255 or 45.19% from 540); Blue value is 213 (83.59% from 255 or 39.44% from 540); Max value from RGB is 244 - color contains mainly: green. Hex color #53F4D5 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #53F4D5 is #AC0B2A. Grayscale: #C0C0C0. Windows color (decimal): -11275051 or 14021715. OLE color: 14021715.
HSL color Cylindrical-coordinate representation of color #53F4D5: hue angle of 168.45º degrees, saturation: 0.88, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #53F4D5 is Cyan = 0.66, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 83 | 244 | 213 | - |
| CMYK | 0.66 | 0 | 0.13 | 0.04 |
| HSL | 168.45º | 0.88% | 0.64% | - |
| HSV(B) | 168.45º | 0.66% | 0.96% | - |
| XYZ | 47.93 | 71.34 | 74.2 | - |
| YUV | 192.33 | 139.66 | 50.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 244 | 213 | 0.66 | 0 | 0.13 | 0.04 | 168.45 | 0.88 | 0.64 |
| Hex | 53 | F4 | D5 | 42 | 0 | D | 4 | A8 | 58 | 40 |
| Octal | 123 | 364 | 325 | 102 | 0 | 15 | 4 | 250 | 130 | 100 |
| Binary | 1010011 | 11110100 | 11010101 | 1000010 | 0 | 1101 | 100 | 10101000 | 1011000 | 1000000 |
Color Harmonies of #53F4D5
Complementary color
Monochromatic Colors of #53F4D5
Black with #53F4D5
Text Example
Text Example
White with #53F4D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53F4D5; }
p { color: rgb(83,244,213); }
H1.HeaderClassName
{
color: #53F4D5;
}
.AnyTagClassName
{
color: #53F4D5;
}
</style>
background-color css
<style>
a { background-color: #53F4D5; }
a { background-color: rgb(83,244,213); }
div.DivClassName
{
background-color: #53F4D5;
}
.BgClassName
{
background-color: #53F4D5;
}
</style>
border-color css
<style>
span { border-color: #53F4D5; }
span { border-color: rgb(83,244,213); }
td.TdClassName
{
border-color: #53F4D5;
}
.TagClassName
{
border-color: #53F4D5;
}
</style>