Shades of Turquoise #53FACD
Tints of Turquoise #53FACD
RGB
CMYK
RGB Variations
Color information
#53FACD (or 0x53FACD) is known color: Turquoise. HEX triplet: 53, FA and CD. RGB value is (83,250,205). Sum of RGB (Red+Green+Blue) = 83+250+205=538 (71% of max value = 765). Red value is 83 (32.81% from 255 or 15.43% from 538); Green value is 250 (98.05% from 255 or 46.47% from 538); Blue value is 205 (80.47% from 255 or 38.10% from 538); Max value from RGB is 250 - color contains mainly: green. Hex color #53FACD is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #53FACD is #AC0532. Grayscale: #C2C2C2. Windows color (decimal): -11273523 or 13498963. OLE color: 13498963.
HSL color Cylindrical-coordinate representation of color #53FACD: hue angle of 163.83º 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 #53FACD is Cyan = 0.67, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 83 | 250 | 205 | - |
| CMYK | 0.67 | 0 | 0.18 | 0.02 |
| HSL | 163.83º | 0.94% | 0.65% | - |
| HSV(B) | 163.83º | 0.67% | 0.98% | - |
| XYZ | 48.77 | 74.62 | 69.59 | - |
| YUV | 194.94 | 133.67 | 48.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 250 | 205 | 0.67 | 0 | 0.18 | 0.02 | 163.83 | 0.94 | 0.65 |
| Hex | 53 | FA | CD | 43 | 0 | 12 | 2 | A4 | 5E | 41 |
| Octal | 123 | 372 | 315 | 103 | 0 | 22 | 2 | 244 | 136 | 101 |
| Binary | 1010011 | 11111010 | 11001101 | 1000011 | 0 | 10010 | 10 | 10100100 | 1011110 | 1000001 |
Color Harmonies of #53FACD
Complementary color
Monochromatic Colors of #53FACD
Black with #53FACD
Text Example
Text Example
White with #53FACD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53FACD; }
p { color: rgb(83,250,205); }
H1.HeaderClassName
{
color: #53FACD;
}
.AnyTagClassName
{
color: #53FACD;
}
</style>
background-color css
<style>
a { background-color: #53FACD; }
a { background-color: rgb(83,250,205); }
div.DivClassName
{
background-color: #53FACD;
}
.BgClassName
{
background-color: #53FACD;
}
</style>
border-color css
<style>
span { border-color: #53FACD; }
span { border-color: rgb(83,250,205); }
td.TdClassName
{
border-color: #53FACD;
}
.TagClassName
{
border-color: #53FACD;
}
</style>