Shades of Turquoise #53F2B7
Tints of Turquoise #53F2B7
RGB
CMYK
RGB Variations
Color information
#53F2B7 (or 0x53F2B7) is known color: Turquoise. HEX triplet: 53, F2 and B7. RGB value is (83,242,183). Sum of RGB (Red+Green+Blue) = 83+242+183=508 (67% of max value = 765). Red value is 83 (32.81% from 255 or 16.34% from 508); Green value is 242 (94.92% from 255 or 47.64% from 508); Blue value is 183 (71.88% from 255 or 36.02% from 508); Max value from RGB is 242 - color contains mainly: green. Hex color #53F2B7 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #53F2B7 is #AC0D48. Grayscale: #BBBBBB. Windows color (decimal): -11275593 or 12055123. OLE color: 12055123.
HSL color Cylindrical-coordinate representation of color #53F2B7: hue angle of 157.74º degrees, saturation: 0.86, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #53F2B7 is Cyan = 0.66, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 83 | 242 | 183 | - |
| CMYK | 0.66 | 0 | 0.24 | 0.05 |
| HSL | 157.74º | 0.86% | 0.64% | - |
| HSV(B) | 157.74º | 0.66% | 0.95% | - |
| XYZ | 43.87 | 68.76 | 55.76 | - |
| YUV | 187.73 | 125.32 | 53.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 242 | 183 | 0.66 | 0 | 0.24 | 0.05 | 157.74 | 0.86 | 0.64 |
| Hex | 53 | F2 | B7 | 42 | 0 | 18 | 5 | 9E | 56 | 40 |
| Octal | 123 | 362 | 267 | 102 | 0 | 30 | 5 | 236 | 126 | 100 |
| Binary | 1010011 | 11110010 | 10110111 | 1000010 | 0 | 11000 | 101 | 10011110 | 1010110 | 1000000 |
Color Harmonies of #53F2B7
Complementary color
Monochromatic Colors of #53F2B7
Black with #53F2B7
Text Example
Text Example
White with #53F2B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53F2B7; }
p { color: rgb(83,242,183); }
H1.HeaderClassName
{
color: #53F2B7;
}
.AnyTagClassName
{
color: #53F2B7;
}
</style>
background-color css
<style>
a { background-color: #53F2B7; }
a { background-color: rgb(83,242,183); }
div.DivClassName
{
background-color: #53F2B7;
}
.BgClassName
{
background-color: #53F2B7;
}
</style>
border-color css
<style>
span { border-color: #53F2B7; }
span { border-color: rgb(83,242,183); }
td.TdClassName
{
border-color: #53F2B7;
}
.TagClassName
{
border-color: #53F2B7;
}
</style>