Shades of Turquoise #53E6C1
Tints of Turquoise #53E6C1
RGB
CMYK
RGB Variations
Color information
#53E6C1 (or 0x53E6C1) is known color: Turquoise. HEX triplet: 53, E6 and C1. RGB value is (83,230,193). Sum of RGB (Red+Green+Blue) = 83+230+193=506 (67% of max value = 765). Red value is 83 (32.81% from 255 or 16.40% from 506); Green value is 230 (90.23% from 255 or 45.45% from 506); Blue value is 193 (75.78% from 255 or 38.14% from 506); Max value from RGB is 230 - color contains mainly: green. Hex color #53E6C1 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #53E6C1 is #AC193E. Grayscale: #B5B5B5. Windows color (decimal): -11278655 or 12707411. OLE color: 12707411.
HSL color Cylindrical-coordinate representation of color #53E6C1: hue angle of 164.9º degrees, saturation: 0.75, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #53E6C1 is Cyan = 0.64, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 83 | 230 | 193 | - |
| CMYK | 0.64 | 0 | 0.16 | 0.10 |
| HSL | 164.9º | 0.75% | 0.61% | - |
| HSV(B) | 164.9º | 0.64% | 0.9% | - |
| XYZ | 41.49 | 62.28 | 60.29 | - |
| YUV | 181.83 | 134.3 | 57.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 230 | 193 | 0.64 | 0 | 0.16 | 0.10 | 164.9 | 0.75 | 0.61 |
| Hex | 53 | E6 | C1 | 40 | 0 | 10 | A | A5 | 4B | 3D |
| Octal | 123 | 346 | 301 | 100 | 0 | 20 | 12 | 245 | 113 | 75 |
| Binary | 1010011 | 11100110 | 11000001 | 1000000 | 0 | 10000 | 1010 | 10100101 | 1001011 | 111101 |
Color Harmonies of #53E6C1
Complementary color
Monochromatic Colors of #53E6C1
Black with #53E6C1
Text Example
Text Example
White with #53E6C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53E6C1; }
p { color: rgb(83,230,193); }
H1.HeaderClassName
{
color: #53E6C1;
}
.AnyTagClassName
{
color: #53E6C1;
}
</style>
background-color css
<style>
a { background-color: #53E6C1; }
a { background-color: rgb(83,230,193); }
div.DivClassName
{
background-color: #53E6C1;
}
.BgClassName
{
background-color: #53E6C1;
}
</style>
border-color css
<style>
span { border-color: #53E6C1; }
span { border-color: rgb(83,230,193); }
td.TdClassName
{
border-color: #53E6C1;
}
.TagClassName
{
border-color: #53E6C1;
}
</style>