Shades of Turquoise #53E1BB
Tints of Turquoise #53E1BB
RGB
CMYK
RGB Variations
Color information
#53E1BB (or 0x53E1BB) is known color: Turquoise. HEX triplet: 53, E1 and BB. RGB value is (83,225,187). Sum of RGB (Red+Green+Blue) = 83+225+187=495 (65% of max value = 765). Red value is 83 (32.81% from 255 or 16.77% from 495); Green value is 225 (88.28% from 255 or 45.45% from 495); Blue value is 187 (73.44% from 255 or 37.78% from 495); Max value from RGB is 225 - color contains mainly: green. Hex color #53E1BB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #53E1BB is #AC1E44. Grayscale: #B2B2B2. Windows color (decimal): -11279941 or 12312915. OLE color: 12312915.
HSL color Cylindrical-coordinate representation of color #53E1BB: hue angle of 163.94º 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 #53E1BB is Cyan = 0.63, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 83 | 225 | 187 | - |
| CMYK | 0.63 | 0 | 0.17 | 0.12 |
| HSL | 163.94º | 0.7% | 0.6% | - |
| HSV(B) | 163.94º | 0.63% | 0.88% | - |
| XYZ | 39.46 | 59.28 | 56.38 | - |
| YUV | 178.21 | 132.96 | 60.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 225 | 187 | 0.63 | 0 | 0.17 | 0.12 | 163.94 | 0.7 | 0.6 |
| Hex | 53 | E1 | BB | 3F | 0 | 11 | C | A4 | 46 | 3C |
| Octal | 123 | 341 | 273 | 77 | 0 | 21 | 14 | 244 | 106 | 74 |
| Binary | 1010011 | 11100001 | 10111011 | 111111 | 0 | 10001 | 1100 | 10100100 | 1000110 | 111100 |
Color Harmonies of #53E1BB
Complementary color
Monochromatic Colors of #53E1BB
Black with #53E1BB
Text Example
Text Example
White with #53E1BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53E1BB; }
p { color: rgb(83,225,187); }
H1.HeaderClassName
{
color: #53E1BB;
}
.AnyTagClassName
{
color: #53E1BB;
}
</style>
background-color css
<style>
a { background-color: #53E1BB; }
a { background-color: rgb(83,225,187); }
div.DivClassName
{
background-color: #53E1BB;
}
.BgClassName
{
background-color: #53E1BB;
}
</style>
border-color css
<style>
span { border-color: #53E1BB; }
span { border-color: rgb(83,225,187); }
td.TdClassName
{
border-color: #53E1BB;
}
.TagClassName
{
border-color: #53E1BB;
}
</style>