Shades of Turquoise #53FADD
Tints of Turquoise #53FADD
RGB
CMYK
RGB Variations
Color information
#53FADD (or 0x53FADD) is known color: Turquoise. HEX triplet: 53, FA and DD. RGB value is (83,250,221). Sum of RGB (Red+Green+Blue) = 83+250+221=554 (73% of max value = 765). Red value is 83 (32.81% from 255 or 14.98% from 554); Green value is 250 (98.05% from 255 or 45.13% from 554); Blue value is 221 (86.72% from 255 or 39.89% from 554); Max value from RGB is 250 - color contains mainly: green. Hex color #53FADD is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #53FADD is #AC0522. Grayscale: #C4C4C4. Windows color (decimal): -11273507 or 14547539. OLE color: 14547539.
HSL color Cylindrical-coordinate representation of color #53FADD: hue angle of 169.58º 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 #53FADD is Cyan = 0.67, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 83 | 250 | 221 | - |
| CMYK | 0.67 | 0 | 0.12 | 0.02 |
| HSL | 169.58º | 0.94% | 0.65% | - |
| HSV(B) | 169.58º | 0.67% | 0.98% | - |
| XYZ | 50.8 | 75.43 | 80.29 | - |
| YUV | 196.76 | 141.67 | 46.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 250 | 221 | 0.67 | 0 | 0.12 | 0.02 | 169.58 | 0.94 | 0.65 |
| Hex | 53 | FA | DD | 43 | 0 | C | 2 | AA | 5E | 41 |
| Octal | 123 | 372 | 335 | 103 | 0 | 14 | 2 | 252 | 136 | 101 |
| Binary | 1010011 | 11111010 | 11011101 | 1000011 | 0 | 1100 | 10 | 10101010 | 1011110 | 1000001 |
Color Harmonies of #53FADD
Complementary color
Monochromatic Colors of #53FADD
Black with #53FADD
Text Example
Text Example
White with #53FADD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53FADD; }
p { color: rgb(83,250,221); }
H1.HeaderClassName
{
color: #53FADD;
}
.AnyTagClassName
{
color: #53FADD;
}
</style>
background-color css
<style>
a { background-color: #53FADD; }
a { background-color: rgb(83,250,221); }
div.DivClassName
{
background-color: #53FADD;
}
.BgClassName
{
background-color: #53FADD;
}
</style>
border-color css
<style>
span { border-color: #53FADD; }
span { border-color: rgb(83,250,221); }
td.TdClassName
{
border-color: #53FADD;
}
.TagClassName
{
border-color: #53FADD;
}
</style>