Shades of Turquoise #53FADB
Tints of Turquoise #53FADB
RGB
CMYK
RGB Variations
Color information
#53FADB (or 0x53FADB) is known color: Turquoise. HEX triplet: 53, FA and DB. RGB value is (83,250,219). Sum of RGB (Red+Green+Blue) = 83+250+219=552 (73% of max value = 765). Red value is 83 (32.81% from 255 or 15.04% from 552); Green value is 250 (98.05% from 255 or 45.29% from 552); Blue value is 219 (85.94% from 255 or 39.67% from 552); Max value from RGB is 250 - color contains mainly: green. Hex color #53FADB is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #53FADB is #AC0524. Grayscale: #C4C4C4. Windows color (decimal): -11273509 or 14416467. OLE color: 14416467.
HSL color Cylindrical-coordinate representation of color #53FADB: hue angle of 168.86º 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 #53FADB is Cyan = 0.67, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 83 | 250 | 219 | - |
| CMYK | 0.67 | 0 | 0.12 | 0.02 |
| HSL | 168.86º | 0.94% | 0.65% | - |
| HSV(B) | 168.86º | 0.67% | 0.98% | - |
| XYZ | 50.54 | 75.32 | 78.89 | - |
| YUV | 196.53 | 140.67 | 47.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 250 | 219 | 0.67 | 0 | 0.12 | 0.02 | 168.86 | 0.94 | 0.65 |
| Hex | 53 | FA | DB | 43 | 0 | C | 2 | A9 | 5E | 41 |
| Octal | 123 | 372 | 333 | 103 | 0 | 14 | 2 | 251 | 136 | 101 |
| Binary | 1010011 | 11111010 | 11011011 | 1000011 | 0 | 1100 | 10 | 10101001 | 1011110 | 1000001 |
Color Harmonies of #53FADB
Complementary color
Monochromatic Colors of #53FADB
Black with #53FADB
Text Example
Text Example
White with #53FADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53FADB; }
p { color: rgb(83,250,219); }
H1.HeaderClassName
{
color: #53FADB;
}
.AnyTagClassName
{
color: #53FADB;
}
</style>
background-color css
<style>
a { background-color: #53FADB; }
a { background-color: rgb(83,250,219); }
div.DivClassName
{
background-color: #53FADB;
}
.BgClassName
{
background-color: #53FADB;
}
</style>
border-color css
<style>
span { border-color: #53FADB; }
span { border-color: rgb(83,250,219); }
td.TdClassName
{
border-color: #53FADB;
}
.TagClassName
{
border-color: #53FADB;
}
</style>