Shades of Turquoise #53E8BD
Tints of Turquoise #53E8BD
RGB
CMYK
RGB Variations
Color information
#53E8BD (or 0x53E8BD) is known color: Turquoise. HEX triplet: 53, E8 and BD. RGB value is (83,232,189). Sum of RGB (Red+Green+Blue) = 83+232+189=504 (66% of max value = 765). Red value is 83 (32.81% from 255 or 16.47% from 504); Green value is 232 (91.02% from 255 or 46.03% from 504); Blue value is 189 (74.22% from 255 or 37.5% from 504); Max value from RGB is 232 - color contains mainly: green. Hex color #53E8BD is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #53E8BD is #AC1742. Grayscale: #B6B6B6. Windows color (decimal): -11278147 or 12445779. OLE color: 12445779.
HSL color Cylindrical-coordinate representation of color #53E8BD: hue angle of 162.68º degrees, saturation: 0.76, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #53E8BD is Cyan = 0.64, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 83 | 232 | 189 | - |
| CMYK | 0.64 | 0 | 0.19 | 0.09 |
| HSL | 162.68º | 0.76% | 0.62% | - |
| HSV(B) | 162.68º | 0.64% | 0.91% | - |
| XYZ | 41.61 | 63.23 | 58.15 | - |
| YUV | 182.55 | 131.64 | 57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 232 | 189 | 0.64 | 0 | 0.19 | 0.09 | 162.68 | 0.76 | 0.62 |
| Hex | 53 | E8 | BD | 40 | 0 | 13 | 9 | A3 | 4C | 3E |
| Octal | 123 | 350 | 275 | 100 | 0 | 23 | 11 | 243 | 114 | 76 |
| Binary | 1010011 | 11101000 | 10111101 | 1000000 | 0 | 10011 | 1001 | 10100011 | 1001100 | 111110 |
Color Harmonies of #53E8BD
Complementary color
Monochromatic Colors of #53E8BD
Black with #53E8BD
Text Example
Text Example
White with #53E8BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53E8BD; }
p { color: rgb(83,232,189); }
H1.HeaderClassName
{
color: #53E8BD;
}
.AnyTagClassName
{
color: #53E8BD;
}
</style>
background-color css
<style>
a { background-color: #53E8BD; }
a { background-color: rgb(83,232,189); }
div.DivClassName
{
background-color: #53E8BD;
}
.BgClassName
{
background-color: #53E8BD;
}
</style>
border-color css
<style>
span { border-color: #53E8BD; }
span { border-color: rgb(83,232,189); }
td.TdClassName
{
border-color: #53E8BD;
}
.TagClassName
{
border-color: #53E8BD;
}
</style>