Shades of Turquoise #53F9BA
Tints of Turquoise #53F9BA
RGB
CMYK
RGB Variations
Color information
#53F9BA (or 0x53F9BA) is known color: Turquoise. HEX triplet: 53, F9 and BA. RGB value is (83,249,186). Sum of RGB (Red+Green+Blue) = 83+249+186=518 (68% of max value = 765). Red value is 83 (32.81% from 255 or 16.02% from 518); Green value is 249 (97.66% from 255 or 48.07% from 518); Blue value is 186 (73.05% from 255 or 35.91% from 518); Max value from RGB is 249 - color contains mainly: green. Hex color #53F9BA is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #53F9BA is #AC0645. Grayscale: #C0C0C0. Windows color (decimal): -11273798 or 12253523. OLE color: 12253523.
HSL color Cylindrical-coordinate representation of color #53F9BA: hue angle of 157.23º 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 #53F9BA is Cyan = 0.67, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 83 | 249 | 186 | - |
| CMYK | 0.67 | 0 | 0.25 | 0.02 |
| HSL | 157.23º | 0.93% | 0.65% | - |
| HSV(B) | 157.23º | 0.67% | 0.98% | - |
| XYZ | 46.31 | 73.14 | 58.13 | - |
| YUV | 192.18 | 124.5 | 50.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 249 | 186 | 0.67 | 0 | 0.25 | 0.02 | 157.23 | 0.93 | 0.65 |
| Hex | 53 | F9 | BA | 43 | 0 | 19 | 2 | 9D | 5D | 41 |
| Octal | 123 | 371 | 272 | 103 | 0 | 31 | 2 | 235 | 135 | 101 |
| Binary | 1010011 | 11111001 | 10111010 | 1000011 | 0 | 11001 | 10 | 10011101 | 1011101 | 1000001 |
Color Harmonies of #53F9BA
Complementary color
Monochromatic Colors of #53F9BA
Black with #53F9BA
Text Example
Text Example
White with #53F9BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53F9BA; }
p { color: rgb(83,249,186); }
H1.HeaderClassName
{
color: #53F9BA;
}
.AnyTagClassName
{
color: #53F9BA;
}
</style>
background-color css
<style>
a { background-color: #53F9BA; }
a { background-color: rgb(83,249,186); }
div.DivClassName
{
background-color: #53F9BA;
}
.BgClassName
{
background-color: #53F9BA;
}
</style>
border-color css
<style>
span { border-color: #53F9BA; }
span { border-color: rgb(83,249,186); }
td.TdClassName
{
border-color: #53F9BA;
}
.TagClassName
{
border-color: #53F9BA;
}
</style>