Shades of Turquoise #53F0BB
Tints of Turquoise #53F0BB
RGB
CMYK
RGB Variations
Color information
#53F0BB (or 0x53F0BB) is known color: Turquoise. HEX triplet: 53, F0 and BB. RGB value is (83,240,187). Sum of RGB (Red+Green+Blue) = 83+240+187=510 (67% of max value = 765). Red value is 83 (32.81% from 255 or 16.27% from 510); Green value is 240 (94.14% from 255 or 47.06% from 510); Blue value is 187 (73.44% from 255 or 36.67% from 510); Max value from RGB is 240 - color contains mainly: green. Hex color #53F0BB is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #53F0BB is #AC0F44. Grayscale: #BBBBBB. Windows color (decimal): -11276101 or 12316755. OLE color: 12316755.
HSL color Cylindrical-coordinate representation of color #53F0BB: hue angle of 159.75º degrees, saturation: 0.84, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #53F0BB is Cyan = 0.65, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 83 | 240 | 187 | - |
| CMYK | 0.65 | 0 | 0.22 | 0.06 |
| HSL | 159.75º | 0.84% | 0.63% | - |
| HSV(B) | 159.75º | 0.65% | 0.94% | - |
| XYZ | 43.7 | 67.75 | 57.79 | - |
| YUV | 187.02 | 127.99 | 53.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 240 | 187 | 0.65 | 0 | 0.22 | 0.06 | 159.75 | 0.84 | 0.63 |
| Hex | 53 | F0 | BB | 41 | 0 | 16 | 6 | A0 | 54 | 3F |
| Octal | 123 | 360 | 273 | 101 | 0 | 26 | 6 | 240 | 124 | 77 |
| Binary | 1010011 | 11110000 | 10111011 | 1000001 | 0 | 10110 | 110 | 10100000 | 1010100 | 111111 |
Color Harmonies of #53F0BB
Complementary color
Monochromatic Colors of #53F0BB
Black with #53F0BB
Text Example
Text Example
White with #53F0BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53F0BB; }
p { color: rgb(83,240,187); }
H1.HeaderClassName
{
color: #53F0BB;
}
.AnyTagClassName
{
color: #53F0BB;
}
</style>
background-color css
<style>
a { background-color: #53F0BB; }
a { background-color: rgb(83,240,187); }
div.DivClassName
{
background-color: #53F0BB;
}
.BgClassName
{
background-color: #53F0BB;
}
</style>
border-color css
<style>
span { border-color: #53F0BB; }
span { border-color: rgb(83,240,187); }
td.TdClassName
{
border-color: #53F0BB;
}
.TagClassName
{
border-color: #53F0BB;
}
</style>