Shades of Turquoise #53E0DC
Tints of Turquoise #53E0DC
RGB
CMYK
RGB Variations
Color information
#53E0DC (or 0x53E0DC) is known color: Turquoise. HEX triplet: 53, E0 and DC. RGB value is (83,224,220). Sum of RGB (Red+Green+Blue) = 83+224+220=527 (69% of max value = 765). Red value is 83 (32.81% from 255 or 15.75% from 527); Green value is 224 (87.89% from 255 or 42.50% from 527); Blue value is 220 (86.33% from 255 or 41.75% from 527); Max value from RGB is 224 - color contains mainly: green. Hex color #53E0DC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #53E0DC is #AC1F23. Grayscale: #B5B5B5. Windows color (decimal): -11280164 or 14475347. OLE color: 14475347.
HSL color Cylindrical-coordinate representation of color #53E0DC: hue angle of 178.3º 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 #53E0DC is Cyan = 0.63, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 83 | 224 | 220 | - |
| CMYK | 0.63 | 0 | 0.02 | 0.12 |
| HSL | 178.3º | 0.69% | 0.6% | - |
| HSV(B) | 178.3º | 0.63% | 0.88% | - |
| XYZ | 43.14 | 60.32 | 77.08 | - |
| YUV | 181.39 | 149.79 | 57.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 224 | 220 | 0.63 | 0 | 0.02 | 0.12 | 178.3 | 0.69 | 0.6 |
| Hex | 53 | E0 | DC | 3F | 0 | 2 | C | B2 | 45 | 3C |
| Octal | 123 | 340 | 334 | 77 | 0 | 2 | 14 | 262 | 105 | 74 |
| Binary | 1010011 | 11100000 | 11011100 | 111111 | 0 | 10 | 1100 | 10110010 | 1000101 | 111100 |
Color Harmonies of #53E0DC
Complementary color
Monochromatic Colors of #53E0DC
Black with #53E0DC
Text Example
Text Example
White with #53E0DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53E0DC; }
p { color: rgb(83,224,220); }
H1.HeaderClassName
{
color: #53E0DC;
}
.AnyTagClassName
{
color: #53E0DC;
}
</style>
background-color css
<style>
a { background-color: #53E0DC; }
a { background-color: rgb(83,224,220); }
div.DivClassName
{
background-color: #53E0DC;
}
.BgClassName
{
background-color: #53E0DC;
}
</style>
border-color css
<style>
span { border-color: #53E0DC; }
span { border-color: rgb(83,224,220); }
td.TdClassName
{
border-color: #53E0DC;
}
.TagClassName
{
border-color: #53E0DC;
}
</style>