Shades of Medium Turquoise #53D7CE
Tints of Medium Turquoise #53D7CE
RGB
CMYK
RGB Variations
Color information
#53D7CE (or 0x53D7CE) is known color: Medium Turquoise. HEX triplet: 53, D7 and CE. RGB value is (83,215,206). Sum of RGB (Red+Green+Blue) = 83+215+206=504 (66% of max value = 765). Red value is 83 (32.81% from 255 or 16.47% from 504); Green value is 215 (84.38% from 255 or 42.66% from 504); Blue value is 206 (80.86% from 255 or 40.87% from 504); Max value from RGB is 215 - color contains mainly: green. Hex color #53D7CE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #53D7CE is #AC2831. Grayscale: #AEAEAE. Windows color (decimal): -11282482 or 13555539. OLE color: 13555539.
HSL color Cylindrical-coordinate representation of color #53D7CE: hue angle of 175.91º degrees, saturation: 0.62, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #53D7CE is Cyan = 0.61, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 83 | 215 | 206 | - |
| CMYK | 0.61 | 0 | 0.04 | 0.16 |
| HSL | 175.91º | 0.62% | 0.58% | - |
| HSV(B) | 175.91º | 0.61% | 0.84% | - |
| XYZ | 39.01 | 54.9 | 66.93 | - |
| YUV | 174.51 | 145.77 | 62.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 215 | 206 | 0.61 | 0 | 0.04 | 0.16 | 175.91 | 0.62 | 0.58 |
| Hex | 53 | D7 | CE | 3D | 0 | 4 | 10 | B0 | 3E | 3A |
| Octal | 123 | 327 | 316 | 75 | 0 | 4 | 20 | 260 | 76 | 72 |
| Binary | 1010011 | 11010111 | 11001110 | 111101 | 0 | 100 | 10000 | 10110000 | 111110 | 111010 |
Color Harmonies of #53D7CE
Complementary color
Monochromatic Colors of #53D7CE
Black with #53D7CE
Text Example
Text Example
White with #53D7CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53D7CE; }
p { color: rgb(83,215,206); }
H1.HeaderClassName
{
color: #53D7CE;
}
.AnyTagClassName
{
color: #53D7CE;
}
</style>
background-color css
<style>
a { background-color: #53D7CE; }
a { background-color: rgb(83,215,206); }
div.DivClassName
{
background-color: #53D7CE;
}
.BgClassName
{
background-color: #53D7CE;
}
</style>
border-color css
<style>
span { border-color: #53D7CE; }
span { border-color: rgb(83,215,206); }
td.TdClassName
{
border-color: #53D7CE;
}
.TagClassName
{
border-color: #53D7CE;
}
</style>