Shades of Turquoise #53FADA
Tints of Turquoise #53FADA
RGB
CMYK
RGB Variations
Color information
#53FADA (or 0x53FADA) is known color: Turquoise. HEX triplet: 53, FA and DA. RGB value is (83,250,218). Sum of RGB (Red+Green+Blue) = 83+250+218=551 (72% of max value = 765). Red value is 83 (32.81% from 255 or 15.06% from 551); Green value is 250 (98.05% from 255 or 45.37% from 551); Blue value is 218 (85.55% from 255 or 39.56% from 551); Max value from RGB is 250 - color contains mainly: green. Hex color #53FADA is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #53FADA is #AC0525. Grayscale: #C4C4C4. Windows color (decimal): -11273510 or 14350931. OLE color: 14350931.
HSL color Cylindrical-coordinate representation of color #53FADA: hue angle of 168.5º 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 #53FADA is Cyan = 0.67, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 83 | 250 | 218 | - |
| CMYK | 0.67 | 0 | 0.13 | 0.02 |
| HSL | 168.5º | 0.94% | 0.65% | - |
| HSV(B) | 168.5º | 0.67% | 0.98% | - |
| XYZ | 50.41 | 75.27 | 78.2 | - |
| YUV | 196.42 | 140.17 | 47.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 250 | 218 | 0.67 | 0 | 0.13 | 0.02 | 168.5 | 0.94 | 0.65 |
| Hex | 53 | FA | DA | 43 | 0 | D | 2 | A9 | 5E | 41 |
| Octal | 123 | 372 | 332 | 103 | 0 | 15 | 2 | 251 | 136 | 101 |
| Binary | 1010011 | 11111010 | 11011010 | 1000011 | 0 | 1101 | 10 | 10101001 | 1011110 | 1000001 |
Color Harmonies of #53FADA
Complementary color
Monochromatic Colors of #53FADA
Black with #53FADA
Text Example
Text Example
White with #53FADA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53FADA; }
p { color: rgb(83,250,218); }
H1.HeaderClassName
{
color: #53FADA;
}
.AnyTagClassName
{
color: #53FADA;
}
</style>
background-color css
<style>
a { background-color: #53FADA; }
a { background-color: rgb(83,250,218); }
div.DivClassName
{
background-color: #53FADA;
}
.BgClassName
{
background-color: #53FADA;
}
</style>
border-color css
<style>
span { border-color: #53FADA; }
span { border-color: rgb(83,250,218); }
td.TdClassName
{
border-color: #53FADA;
}
.TagClassName
{
border-color: #53FADA;
}
</style>