Shades of Turquoise #53F2DB
Tints of Turquoise #53F2DB
RGB
CMYK
RGB Variations
Color information
#53F2DB (or 0x53F2DB) is known color: Turquoise. HEX triplet: 53, F2 and DB. RGB value is (83,242,219). Sum of RGB (Red+Green+Blue) = 83+242+219=544 (72% of max value = 765). Red value is 83 (32.81% from 255 or 15.26% from 544); Green value is 242 (94.92% from 255 or 44.49% from 544); Blue value is 219 (85.94% from 255 or 40.26% from 544); Max value from RGB is 242 - color contains mainly: green. Hex color #53F2DB is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #53F2DB is #AC0D24. Grayscale: #BFBFBF. Windows color (decimal): -11275557 or 14414419. OLE color: 14414419.
HSL color Cylindrical-coordinate representation of color #53F2DB: hue angle of 171.32º degrees, saturation: 0.86, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #53F2DB is Cyan = 0.66, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 83 | 242 | 219 | - |
| CMYK | 0.66 | 0 | 0.10 | 0.05 |
| HSL | 171.32º | 0.86% | 0.64% | - |
| HSV(B) | 171.32º | 0.66% | 0.95% | - |
| XYZ | 48.11 | 70.46 | 78.08 | - |
| YUV | 191.84 | 143.32 | 50.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 242 | 219 | 0.66 | 0 | 0.10 | 0.05 | 171.32 | 0.86 | 0.64 |
| Hex | 53 | F2 | DB | 42 | 0 | A | 5 | AB | 56 | 40 |
| Octal | 123 | 362 | 333 | 102 | 0 | 12 | 5 | 253 | 126 | 100 |
| Binary | 1010011 | 11110010 | 11011011 | 1000010 | 0 | 1010 | 101 | 10101011 | 1010110 | 1000000 |
Color Harmonies of #53F2DB
Complementary color
Monochromatic Colors of #53F2DB
Black with #53F2DB
Text Example
Text Example
White with #53F2DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53F2DB; }
p { color: rgb(83,242,219); }
H1.HeaderClassName
{
color: #53F2DB;
}
.AnyTagClassName
{
color: #53F2DB;
}
</style>
background-color css
<style>
a { background-color: #53F2DB; }
a { background-color: rgb(83,242,219); }
div.DivClassName
{
background-color: #53F2DB;
}
.BgClassName
{
background-color: #53F2DB;
}
</style>
border-color css
<style>
span { border-color: #53F2DB; }
span { border-color: rgb(83,242,219); }
td.TdClassName
{
border-color: #53F2DB;
}
.TagClassName
{
border-color: #53F2DB;
}
</style>