Shades of Turquoise #53E1BD
Tints of Turquoise #53E1BD
RGB
CMYK
RGB Variations
Color information
#53E1BD (or 0x53E1BD) is known color: Turquoise. HEX triplet: 53, E1 and BD. RGB value is (83,225,189). Sum of RGB (Red+Green+Blue) = 83+225+189=497 (65% of max value = 765). Red value is 83 (32.81% from 255 or 16.70% from 497); Green value is 225 (88.28% from 255 or 45.27% from 497); Blue value is 189 (74.22% from 255 or 38.03% from 497); Max value from RGB is 225 - color contains mainly: green. Hex color #53E1BD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #53E1BD is #AC1E42. Grayscale: #B2B2B2. Windows color (decimal): -11279939 or 12443987. OLE color: 12443987.
HSL color Cylindrical-coordinate representation of color #53E1BD: hue angle of 164.79º degrees, saturation: 0.7, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #53E1BD is Cyan = 0.63, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 83 | 225 | 189 | - |
| CMYK | 0.63 | 0 | 0.16 | 0.12 |
| HSL | 164.79º | 0.7% | 0.6% | - |
| HSV(B) | 164.79º | 0.63% | 0.88% | - |
| XYZ | 39.68 | 59.36 | 57.51 | - |
| YUV | 178.44 | 133.96 | 59.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 225 | 189 | 0.63 | 0 | 0.16 | 0.12 | 164.79 | 0.7 | 0.6 |
| Hex | 53 | E1 | BD | 3F | 0 | 10 | C | A5 | 46 | 3C |
| Octal | 123 | 341 | 275 | 77 | 0 | 20 | 14 | 245 | 106 | 74 |
| Binary | 1010011 | 11100001 | 10111101 | 111111 | 0 | 10000 | 1100 | 10100101 | 1000110 | 111100 |
Color Harmonies of #53E1BD
Complementary color
Monochromatic Colors of #53E1BD
Black with #53E1BD
Text Example
Text Example
White with #53E1BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53E1BD; }
p { color: rgb(83,225,189); }
H1.HeaderClassName
{
color: #53E1BD;
}
.AnyTagClassName
{
color: #53E1BD;
}
</style>
background-color css
<style>
a { background-color: #53E1BD; }
a { background-color: rgb(83,225,189); }
div.DivClassName
{
background-color: #53E1BD;
}
.BgClassName
{
background-color: #53E1BD;
}
</style>
border-color css
<style>
span { border-color: #53E1BD; }
span { border-color: rgb(83,225,189); }
td.TdClassName
{
border-color: #53E1BD;
}
.TagClassName
{
border-color: #53E1BD;
}
</style>