Shades of Turquoise #53F7B9
Tints of Turquoise #53F7B9
RGB
CMYK
RGB Variations
Color information
#53F7B9 (or 0x53F7B9) is known color: Turquoise. HEX triplet: 53, F7 and B9. RGB value is (83,247,185). Sum of RGB (Red+Green+Blue) = 83+247+185=515 (68% of max value = 765). Red value is 83 (32.81% from 255 or 16.12% from 515); Green value is 247 (96.88% from 255 or 47.96% from 515); Blue value is 185 (72.66% from 255 or 35.92% from 515); Max value from RGB is 247 - color contains mainly: green. Hex color #53F7B9 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #53F7B9 is #AC0846. Grayscale: #BEBEBE. Windows color (decimal): -11274311 or 12187475. OLE color: 12187475.
HSL color Cylindrical-coordinate representation of color #53F7B9: hue angle of 157.32º degrees, saturation: 0.91, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #53F7B9 is Cyan = 0.66, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 83 | 247 | 185 | - |
| CMYK | 0.66 | 0 | 0.25 | 0.03 |
| HSL | 157.32º | 0.91% | 0.65% | - |
| HSV(B) | 157.32º | 0.66% | 0.97% | - |
| XYZ | 45.59 | 71.86 | 57.37 | - |
| YUV | 190.9 | 124.67 | 51.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 247 | 185 | 0.66 | 0 | 0.25 | 0.03 | 157.32 | 0.91 | 0.65 |
| Hex | 53 | F7 | B9 | 42 | 0 | 19 | 3 | 9D | 5B | 41 |
| Octal | 123 | 367 | 271 | 102 | 0 | 31 | 3 | 235 | 133 | 101 |
| Binary | 1010011 | 11110111 | 10111001 | 1000010 | 0 | 11001 | 11 | 10011101 | 1011011 | 1000001 |
Color Harmonies of #53F7B9
Complementary color
Monochromatic Colors of #53F7B9
Black with #53F7B9
Text Example
Text Example
White with #53F7B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53F7B9; }
p { color: rgb(83,247,185); }
H1.HeaderClassName
{
color: #53F7B9;
}
.AnyTagClassName
{
color: #53F7B9;
}
</style>
background-color css
<style>
a { background-color: #53F7B9; }
a { background-color: rgb(83,247,185); }
div.DivClassName
{
background-color: #53F7B9;
}
.BgClassName
{
background-color: #53F7B9;
}
</style>
border-color css
<style>
span { border-color: #53F7B9; }
span { border-color: rgb(83,247,185); }
td.TdClassName
{
border-color: #53F7B9;
}
.TagClassName
{
border-color: #53F7B9;
}
</style>