Shades of Turquoise #53E8C6
Tints of Turquoise #53E8C6
RGB
CMYK
RGB Variations
Color information
#53E8C6 (or 0x53E8C6) is known color: Turquoise. HEX triplet: 53, E8 and C6. RGB value is (83,232,198). Sum of RGB (Red+Green+Blue) = 83+232+198=513 (67% of max value = 765). Red value is 83 (32.81% from 255 or 16.18% from 513); Green value is 232 (91.02% from 255 or 45.22% from 513); Blue value is 198 (77.73% from 255 or 38.60% from 513); Max value from RGB is 232 - color contains mainly: green. Hex color #53E8C6 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #53E8C6 is #AC1739. Grayscale: #B7B7B7. Windows color (decimal): -11278138 or 13035603. OLE color: 13035603.
HSL color Cylindrical-coordinate representation of color #53E8C6: hue angle of 166.31º degrees, saturation: 0.76, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #53E8C6 is Cyan = 0.64, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 83 | 232 | 198 | - |
| CMYK | 0.64 | 0 | 0.15 | 0.09 |
| HSL | 166.31º | 0.76% | 0.62% | - |
| HSV(B) | 166.31º | 0.64% | 0.91% | - |
| XYZ | 42.62 | 63.63 | 63.46 | - |
| YUV | 183.57 | 136.14 | 56.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 232 | 198 | 0.64 | 0 | 0.15 | 0.09 | 166.31 | 0.76 | 0.62 |
| Hex | 53 | E8 | C6 | 40 | 0 | F | 9 | A6 | 4C | 3E |
| Octal | 123 | 350 | 306 | 100 | 0 | 17 | 11 | 246 | 114 | 76 |
| Binary | 1010011 | 11101000 | 11000110 | 1000000 | 0 | 1111 | 1001 | 10100110 | 1001100 | 111110 |
Color Harmonies of #53E8C6
Complementary color
Monochromatic Colors of #53E8C6
Black with #53E8C6
Text Example
Text Example
White with #53E8C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53E8C6; }
p { color: rgb(83,232,198); }
H1.HeaderClassName
{
color: #53E8C6;
}
.AnyTagClassName
{
color: #53E8C6;
}
</style>
background-color css
<style>
a { background-color: #53E8C6; }
a { background-color: rgb(83,232,198); }
div.DivClassName
{
background-color: #53E8C6;
}
.BgClassName
{
background-color: #53E8C6;
}
</style>
border-color css
<style>
span { border-color: #53E8C6; }
span { border-color: rgb(83,232,198); }
td.TdClassName
{
border-color: #53E8C6;
}
.TagClassName
{
border-color: #53E8C6;
}
</style>