Shades of Turquoise #53FABC
Tints of Turquoise #53FABC
RGB
CMYK
RGB Variations
Color information
#53FABC (or 0x53FABC) is known color: Turquoise. HEX triplet: 53, FA and BC. RGB value is (83,250,188). Sum of RGB (Red+Green+Blue) = 83+250+188=521 (69% of max value = 765). Red value is 83 (32.81% from 255 or 15.93% from 521); Green value is 250 (98.05% from 255 or 47.98% from 521); Blue value is 188 (73.83% from 255 or 36.08% from 521); Max value from RGB is 250 - color contains mainly: green. Hex color #53FABC is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #53FABC is #AC0543. Grayscale: #C1C1C1. Windows color (decimal): -11273540 or 12384851. OLE color: 12384851.
HSL color Cylindrical-coordinate representation of color #53FABC: hue angle of 157.72º degrees, saturation: 0.94, 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 #53FABC is Cyan = 0.67, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 83 | 250 | 188 | - |
| CMYK | 0.67 | 0 | 0.25 | 0.02 |
| HSL | 157.72º | 0.94% | 0.65% | - |
| HSV(B) | 157.72º | 0.67% | 0.98% | - |
| XYZ | 46.83 | 73.84 | 59.36 | - |
| YUV | 193 | 125.17 | 49.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 250 | 188 | 0.67 | 0 | 0.25 | 0.02 | 157.72 | 0.94 | 0.65 |
| Hex | 53 | FA | BC | 43 | 0 | 19 | 2 | 9E | 5E | 41 |
| Octal | 123 | 372 | 274 | 103 | 0 | 31 | 2 | 236 | 136 | 101 |
| Binary | 1010011 | 11111010 | 10111100 | 1000011 | 0 | 11001 | 10 | 10011110 | 1011110 | 1000001 |
Color Harmonies of #53FABC
Complementary color
Monochromatic Colors of #53FABC
Black with #53FABC
Text Example
Text Example
White with #53FABC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53FABC; }
p { color: rgb(83,250,188); }
H1.HeaderClassName
{
color: #53FABC;
}
.AnyTagClassName
{
color: #53FABC;
}
</style>
background-color css
<style>
a { background-color: #53FABC; }
a { background-color: rgb(83,250,188); }
div.DivClassName
{
background-color: #53FABC;
}
.BgClassName
{
background-color: #53FABC;
}
</style>
border-color css
<style>
span { border-color: #53FABC; }
span { border-color: rgb(83,250,188); }
td.TdClassName
{
border-color: #53FABC;
}
.TagClassName
{
border-color: #53FABC;
}
</style>