Shades of Turquoise #53FAC8
Tints of Turquoise #53FAC8
RGB
CMYK
RGB Variations
Color information
#53FAC8 (or 0x53FAC8) is known color: Turquoise. HEX triplet: 53, FA and C8. RGB value is (83,250,200). Sum of RGB (Red+Green+Blue) = 83+250+200=533 (70% of max value = 765). Red value is 83 (32.81% from 255 or 15.57% from 533); Green value is 250 (98.05% from 255 or 46.90% from 533); Blue value is 200 (78.52% from 255 or 37.52% from 533); Max value from RGB is 250 - color contains mainly: green. Hex color #53FAC8 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #53FAC8 is #AC0537. Grayscale: #C2C2C2. Windows color (decimal): -11273528 or 13171283. OLE color: 13171283.
HSL color Cylindrical-coordinate representation of color #53FAC8: hue angle of 162.04º 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 #53FAC8 is Cyan = 0.67, Magento = 0, Yellow = 0.2 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 83 | 250 | 200 | - |
| CMYK | 0.67 | 0 | 0.2 | 0.02 |
| HSL | 162.04º | 0.94% | 0.65% | - |
| HSV(B) | 162.04º | 0.67% | 0.98% | - |
| XYZ | 48.18 | 74.38 | 66.46 | - |
| YUV | 194.37 | 131.17 | 48.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 250 | 200 | 0.67 | 0 | 0.2 | 0.02 | 162.04 | 0.94 | 0.65 |
| Hex | 53 | FA | C8 | 43 | 0 | 14 | 2 | A2 | 5E | 41 |
| Octal | 123 | 372 | 310 | 103 | 0 | 24 | 2 | 242 | 136 | 101 |
| Binary | 1010011 | 11111010 | 11001000 | 1000011 | 0 | 10100 | 10 | 10100010 | 1011110 | 1000001 |
Color Harmonies of #53FAC8
Complementary color
Monochromatic Colors of #53FAC8
Black with #53FAC8
Text Example
Text Example
White with #53FAC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53FAC8; }
p { color: rgb(83,250,200); }
H1.HeaderClassName
{
color: #53FAC8;
}
.AnyTagClassName
{
color: #53FAC8;
}
</style>
background-color css
<style>
a { background-color: #53FAC8; }
a { background-color: rgb(83,250,200); }
div.DivClassName
{
background-color: #53FAC8;
}
.BgClassName
{
background-color: #53FAC8;
}
</style>
border-color css
<style>
span { border-color: #53FAC8; }
span { border-color: rgb(83,250,200); }
td.TdClassName
{
border-color: #53FAC8;
}
.TagClassName
{
border-color: #53FAC8;
}
</style>