Shades of Turquoise #53F5B7
Tints of Turquoise #53F5B7
RGB
CMYK
RGB Variations
Color information
#53F5B7 (or 0x53F5B7) is known color: Turquoise. HEX triplet: 53, F5 and B7. RGB value is (83,245,183). Sum of RGB (Red+Green+Blue) = 83+245+183=511 (67% of max value = 765). Red value is 83 (32.81% from 255 or 16.24% from 511); Green value is 245 (96.09% from 255 or 47.95% from 511); Blue value is 183 (71.88% from 255 or 35.81% from 511); Max value from RGB is 245 - color contains mainly: green. Hex color #53F5B7 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #53F5B7 is #AC0A48. Grayscale: #BDBDBD. Windows color (decimal): -11274825 or 12055891. OLE color: 12055891.
HSL color Cylindrical-coordinate representation of color #53F5B7: hue angle of 157.04º degrees, saturation: 0.89, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #53F5B7 is Cyan = 0.66, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 83 | 245 | 183 | - |
| CMYK | 0.66 | 0 | 0.25 | 0.04 |
| HSL | 157.04º | 0.89% | 0.64% | - |
| HSV(B) | 157.04º | 0.66% | 0.96% | - |
| XYZ | 44.77 | 70.56 | 56.06 | - |
| YUV | 189.49 | 124.33 | 52.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 245 | 183 | 0.66 | 0 | 0.25 | 0.04 | 157.04 | 0.89 | 0.64 |
| Hex | 53 | F5 | B7 | 42 | 0 | 19 | 4 | 9D | 59 | 40 |
| Octal | 123 | 365 | 267 | 102 | 0 | 31 | 4 | 235 | 131 | 100 |
| Binary | 1010011 | 11110101 | 10110111 | 1000010 | 0 | 11001 | 100 | 10011101 | 1011001 | 1000000 |
Color Harmonies of #53F5B7
Complementary color
Monochromatic Colors of #53F5B7
Black with #53F5B7
Text Example
Text Example
White with #53F5B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53F5B7; }
p { color: rgb(83,245,183); }
H1.HeaderClassName
{
color: #53F5B7;
}
.AnyTagClassName
{
color: #53F5B7;
}
</style>
background-color css
<style>
a { background-color: #53F5B7; }
a { background-color: rgb(83,245,183); }
div.DivClassName
{
background-color: #53F5B7;
}
.BgClassName
{
background-color: #53F5B7;
}
</style>
border-color css
<style>
span { border-color: #53F5B7; }
span { border-color: rgb(83,245,183); }
td.TdClassName
{
border-color: #53F5B7;
}
.TagClassName
{
border-color: #53F5B7;
}
</style>