Shades of Turquoise #53FCBA
Tints of Turquoise #53FCBA
RGB
CMYK
RGB Variations
Color information
#53FCBA (or 0x53FCBA) is known color: Turquoise. HEX triplet: 53, FC and BA. RGB value is (83,252,186). Sum of RGB (Red+Green+Blue) = 83+252+186=521 (69% of max value = 765). Red value is 83 (32.81% from 255 or 15.93% from 521); Green value is 252 (98.83% from 255 or 48.37% from 521); Blue value is 186 (73.05% from 255 or 35.70% from 521); Max value from RGB is 252 - color contains mainly: green. Hex color #53FCBA is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #53FCBA is #AC0345. Grayscale: #C2C2C2. Windows color (decimal): -11273030 or 12254291. OLE color: 12254291.
HSL color Cylindrical-coordinate representation of color #53FCBA: hue angle of 156.57º degrees, saturation: 0.97, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #53FCBA is Cyan = 0.67, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 83 | 252 | 186 | - |
| CMYK | 0.67 | 0 | 0.26 | 0.01 |
| HSL | 156.57º | 0.97% | 0.66% | - |
| HSV(B) | 156.57º | 0.67% | 0.99% | - |
| XYZ | 47.24 | 75 | 58.44 | - |
| YUV | 193.95 | 123.51 | 48.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 252 | 186 | 0.67 | 0 | 0.26 | 0.01 | 156.57 | 0.97 | 0.66 |
| Hex | 53 | FC | BA | 43 | 0 | 1A | 1 | 9D | 61 | 42 |
| Octal | 123 | 374 | 272 | 103 | 0 | 32 | 1 | 235 | 141 | 102 |
| Binary | 1010011 | 11111100 | 10111010 | 1000011 | 0 | 11010 | 1 | 10011101 | 1100001 | 1000010 |
Color Harmonies of #53FCBA
Complementary color
Monochromatic Colors of #53FCBA
Black with #53FCBA
Text Example
Text Example
White with #53FCBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53FCBA; }
p { color: rgb(83,252,186); }
H1.HeaderClassName
{
color: #53FCBA;
}
.AnyTagClassName
{
color: #53FCBA;
}
</style>
background-color css
<style>
a { background-color: #53FCBA; }
a { background-color: rgb(83,252,186); }
div.DivClassName
{
background-color: #53FCBA;
}
.BgClassName
{
background-color: #53FCBA;
}
</style>
border-color css
<style>
span { border-color: #53FCBA; }
span { border-color: rgb(83,252,186); }
td.TdClassName
{
border-color: #53FCBA;
}
.TagClassName
{
border-color: #53FCBA;
}
</style>