Shades of Turquoise #53F9BB
Tints of Turquoise #53F9BB
RGB
CMYK
RGB Variations
Color information
#53F9BB (or 0x53F9BB) is known color: Turquoise. HEX triplet: 53, F9 and BB. RGB value is (83,249,187). Sum of RGB (Red+Green+Blue) = 83+249+187=519 (68% of max value = 765). Red value is 83 (32.81% from 255 or 15.99% from 519); Green value is 249 (97.66% from 255 or 47.98% from 519); Blue value is 187 (73.44% from 255 or 36.03% from 519); Max value from RGB is 249 - color contains mainly: green. Hex color #53F9BB is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #53F9BB is #AC0644. Grayscale: #C0C0C0. Windows color (decimal): -11273797 or 12319059. OLE color: 12319059.
HSL color Cylindrical-coordinate representation of color #53F9BB: hue angle of 157.59º degrees, saturation: 0.93, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #53F9BB is Cyan = 0.67, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 83 | 249 | 187 | - |
| CMYK | 0.67 | 0 | 0.25 | 0.02 |
| HSL | 157.59º | 0.93% | 0.65% | - |
| HSV(B) | 157.59º | 0.67% | 0.98% | - |
| XYZ | 46.41 | 73.18 | 58.69 | - |
| YUV | 192.3 | 125 | 50.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 249 | 187 | 0.67 | 0 | 0.25 | 0.02 | 157.59 | 0.93 | 0.65 |
| Hex | 53 | F9 | BB | 43 | 0 | 19 | 2 | 9E | 5D | 41 |
| Octal | 123 | 371 | 273 | 103 | 0 | 31 | 2 | 236 | 135 | 101 |
| Binary | 1010011 | 11111001 | 10111011 | 1000011 | 0 | 11001 | 10 | 10011110 | 1011101 | 1000001 |
Color Harmonies of #53F9BB
Complementary color
Monochromatic Colors of #53F9BB
Black with #53F9BB
Text Example
Text Example
White with #53F9BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53F9BB; }
p { color: rgb(83,249,187); }
H1.HeaderClassName
{
color: #53F9BB;
}
.AnyTagClassName
{
color: #53F9BB;
}
</style>
background-color css
<style>
a { background-color: #53F9BB; }
a { background-color: rgb(83,249,187); }
div.DivClassName
{
background-color: #53F9BB;
}
.BgClassName
{
background-color: #53F9BB;
}
</style>
border-color css
<style>
span { border-color: #53F9BB; }
span { border-color: rgb(83,249,187); }
td.TdClassName
{
border-color: #53F9BB;
}
.TagClassName
{
border-color: #53F9BB;
}
</style>