Shades of Turquoise #53F2DD
Tints of Turquoise #53F2DD
RGB
CMYK
RGB Variations
Color information
#53F2DD (or 0x53F2DD) is known color: Turquoise. HEX triplet: 53, F2 and DD. RGB value is (83,242,221). Sum of RGB (Red+Green+Blue) = 83+242+221=546 (72% of max value = 765). Red value is 83 (32.81% from 255 or 15.20% from 546); Green value is 242 (94.92% from 255 or 44.32% from 546); Blue value is 221 (86.72% from 255 or 40.48% from 546); Max value from RGB is 242 - color contains mainly: green. Hex color #53F2DD is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #53F2DD is #AC0D22. Grayscale: #BFBFBF. Windows color (decimal): -11275555 or 14545491. OLE color: 14545491.
HSL color Cylindrical-coordinate representation of color #53F2DD: hue angle of 172.08º 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 #53F2DD is Cyan = 0.66, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 83 | 242 | 221 | - |
| CMYK | 0.66 | 0 | 0.09 | 0.05 |
| HSL | 172.08º | 0.86% | 0.64% | - |
| HSV(B) | 172.08º | 0.66% | 0.95% | - |
| XYZ | 48.37 | 70.56 | 79.48 | - |
| YUV | 192.07 | 144.32 | 50.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 242 | 221 | 0.66 | 0 | 0.09 | 0.05 | 172.08 | 0.86 | 0.64 |
| Hex | 53 | F2 | DD | 42 | 0 | 9 | 5 | AC | 56 | 40 |
| Octal | 123 | 362 | 335 | 102 | 0 | 11 | 5 | 254 | 126 | 100 |
| Binary | 1010011 | 11110010 | 11011101 | 1000010 | 0 | 1001 | 101 | 10101100 | 1010110 | 1000000 |
Color Harmonies of #53F2DD
Complementary color
Monochromatic Colors of #53F2DD
Black with #53F2DD
Text Example
Text Example
White with #53F2DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53F2DD; }
p { color: rgb(83,242,221); }
H1.HeaderClassName
{
color: #53F2DD;
}
.AnyTagClassName
{
color: #53F2DD;
}
</style>
background-color css
<style>
a { background-color: #53F2DD; }
a { background-color: rgb(83,242,221); }
div.DivClassName
{
background-color: #53F2DD;
}
.BgClassName
{
background-color: #53F2DD;
}
</style>
border-color css
<style>
span { border-color: #53F2DD; }
span { border-color: rgb(83,242,221); }
td.TdClassName
{
border-color: #53F2DD;
}
.TagClassName
{
border-color: #53F2DD;
}
</style>