Shades of Turquoise #53EFC1
Tints of Turquoise #53EFC1
RGB
CMYK
RGB Variations
Color information
#53EFC1 (or 0x53EFC1) is known color: Turquoise. HEX triplet: 53, EF and C1. RGB value is (83,239,193). Sum of RGB (Red+Green+Blue) = 83+239+193=515 (68% of max value = 765). Red value is 83 (32.81% from 255 or 16.12% from 515); Green value is 239 (93.75% from 255 or 46.41% from 515); Blue value is 193 (75.78% from 255 or 37.48% from 515); Max value from RGB is 239 - color contains mainly: green. Hex color #53EFC1 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #53EFC1 is #AC103E. Grayscale: #BBBBBB. Windows color (decimal): -11276351 or 12709715. OLE color: 12709715.
HSL color Cylindrical-coordinate representation of color #53EFC1: hue angle of 162.31º degrees, saturation: 0.83, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #53EFC1 is Cyan = 0.65, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 83 | 239 | 193 | - |
| CMYK | 0.65 | 0 | 0.19 | 0.06 |
| HSL | 162.31º | 0.83% | 0.63% | - |
| HSV(B) | 162.31º | 0.65% | 0.94% | - |
| XYZ | 44.06 | 67.42 | 61.14 | - |
| YUV | 187.11 | 131.32 | 53.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 239 | 193 | 0.65 | 0 | 0.19 | 0.06 | 162.31 | 0.83 | 0.63 |
| Hex | 53 | EF | C1 | 41 | 0 | 13 | 6 | A2 | 53 | 3F |
| Octal | 123 | 357 | 301 | 101 | 0 | 23 | 6 | 242 | 123 | 77 |
| Binary | 1010011 | 11101111 | 11000001 | 1000001 | 0 | 10011 | 110 | 10100010 | 1010011 | 111111 |
Color Harmonies of #53EFC1
Complementary color
Monochromatic Colors of #53EFC1
Black with #53EFC1
Text Example
Text Example
White with #53EFC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53EFC1; }
p { color: rgb(83,239,193); }
H1.HeaderClassName
{
color: #53EFC1;
}
.AnyTagClassName
{
color: #53EFC1;
}
</style>
background-color css
<style>
a { background-color: #53EFC1; }
a { background-color: rgb(83,239,193); }
div.DivClassName
{
background-color: #53EFC1;
}
.BgClassName
{
background-color: #53EFC1;
}
</style>
border-color css
<style>
span { border-color: #53EFC1; }
span { border-color: rgb(83,239,193); }
td.TdClassName
{
border-color: #53EFC1;
}
.TagClassName
{
border-color: #53EFC1;
}
</style>