Shades of Turquoise #53E0C1
Tints of Turquoise #53E0C1
RGB
CMYK
RGB Variations
Color information
#53E0C1 (or 0x53E0C1) is known color: Turquoise. HEX triplet: 53, E0 and C1. RGB value is (83,224,193). Sum of RGB (Red+Green+Blue) = 83+224+193=500 (66% of max value = 765). Red value is 83 (32.81% from 255 or 16.6% from 500); Green value is 224 (87.89% from 255 or 44.8% from 500); Blue value is 193 (75.78% from 255 or 38.6% from 500); Max value from RGB is 224 - color contains mainly: green. Hex color #53E0C1 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #53E0C1 is #AC1F3E. Grayscale: #B2B2B2. Windows color (decimal): -11280191 or 12705875. OLE color: 12705875.
HSL color Cylindrical-coordinate representation of color #53E0C1: hue angle of 166.81º degrees, saturation: 0.69, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #53E0C1 is Cyan = 0.63, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 83 | 224 | 193 | - |
| CMYK | 0.63 | 0 | 0.14 | 0.12 |
| HSL | 166.81º | 0.69% | 0.6% | - |
| HSV(B) | 166.81º | 0.63% | 0.88% | - |
| XYZ | 39.85 | 59 | 59.74 | - |
| YUV | 178.31 | 136.29 | 60.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 224 | 193 | 0.63 | 0 | 0.14 | 0.12 | 166.81 | 0.69 | 0.6 |
| Hex | 53 | E0 | C1 | 3F | 0 | E | C | A7 | 45 | 3C |
| Octal | 123 | 340 | 301 | 77 | 0 | 16 | 14 | 247 | 105 | 74 |
| Binary | 1010011 | 11100000 | 11000001 | 111111 | 0 | 1110 | 1100 | 10100111 | 1000101 | 111100 |
Color Harmonies of #53E0C1
Complementary color
Monochromatic Colors of #53E0C1
Black with #53E0C1
Text Example
Text Example
White with #53E0C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53E0C1; }
p { color: rgb(83,224,193); }
H1.HeaderClassName
{
color: #53E0C1;
}
.AnyTagClassName
{
color: #53E0C1;
}
</style>
background-color css
<style>
a { background-color: #53E0C1; }
a { background-color: rgb(83,224,193); }
div.DivClassName
{
background-color: #53E0C1;
}
.BgClassName
{
background-color: #53E0C1;
}
</style>
border-color css
<style>
span { border-color: #53E0C1; }
span { border-color: rgb(83,224,193); }
td.TdClassName
{
border-color: #53E0C1;
}
.TagClassName
{
border-color: #53E0C1;
}
</style>