Shades of Turquoise #53F9C1
Tints of Turquoise #53F9C1
RGB
CMYK
RGB Variations
Color information
#53F9C1 (or 0x53F9C1) is known color: Turquoise. HEX triplet: 53, F9 and C1. RGB value is (83,249,193). Sum of RGB (Red+Green+Blue) = 83+249+193=525 (69% of max value = 765). Red value is 83 (32.81% from 255 or 15.81% from 525); Green value is 249 (97.66% from 255 or 47.43% from 525); Blue value is 193 (75.78% from 255 or 36.76% from 525); Max value from RGB is 249 - color contains mainly: green. Hex color #53F9C1 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #53F9C1 is #AC063E. Grayscale: #C1C1C1. Windows color (decimal): -11273791 or 12712275. OLE color: 12712275.
HSL color Cylindrical-coordinate representation of color #53F9C1: hue angle of 159.76º degrees, saturation: 0.93, 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 #53F9C1 is Cyan = 0.67, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 83 | 249 | 193 | - |
| CMYK | 0.67 | 0 | 0.22 | 0.02 |
| HSL | 159.76º | 0.93% | 0.65% | - |
| HSV(B) | 159.76º | 0.67% | 0.98% | - |
| XYZ | 47.07 | 73.44 | 62.15 | - |
| YUV | 192.98 | 128 | 49.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 249 | 193 | 0.67 | 0 | 0.22 | 0.02 | 159.76 | 0.93 | 0.65 |
| Hex | 53 | F9 | C1 | 43 | 0 | 16 | 2 | A0 | 5D | 41 |
| Octal | 123 | 371 | 301 | 103 | 0 | 26 | 2 | 240 | 135 | 101 |
| Binary | 1010011 | 11111001 | 11000001 | 1000011 | 0 | 10110 | 10 | 10100000 | 1011101 | 1000001 |
Color Harmonies of #53F9C1
Complementary color
Monochromatic Colors of #53F9C1
Black with #53F9C1
Text Example
Text Example
White with #53F9C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53F9C1; }
p { color: rgb(83,249,193); }
H1.HeaderClassName
{
color: #53F9C1;
}
.AnyTagClassName
{
color: #53F9C1;
}
</style>
background-color css
<style>
a { background-color: #53F9C1; }
a { background-color: rgb(83,249,193); }
div.DivClassName
{
background-color: #53F9C1;
}
.BgClassName
{
background-color: #53F9C1;
}
</style>
border-color css
<style>
span { border-color: #53F9C1; }
span { border-color: rgb(83,249,193); }
td.TdClassName
{
border-color: #53F9C1;
}
.TagClassName
{
border-color: #53F9C1;
}
</style>