Shades of Turquoise #53F2D0
Tints of Turquoise #53F2D0
RGB
CMYK
RGB Variations
Color information
#53F2D0 (or 0x53F2D0) is known color: Turquoise. HEX triplet: 53, F2 and D0. RGB value is (83,242,208). Sum of RGB (Red+Green+Blue) = 83+242+208=533 (70% of max value = 765). Red value is 83 (32.81% from 255 or 15.57% from 533); Green value is 242 (94.92% from 255 or 45.40% from 533); Blue value is 208 (81.64% from 255 or 39.02% from 533); Max value from RGB is 242 - color contains mainly: green. Hex color #53F2D0 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #53F2D0 is #AC0D2F. Grayscale: #BEBEBE. Windows color (decimal): -11275568 or 13693523. OLE color: 13693523.
HSL color Cylindrical-coordinate representation of color #53F2D0: hue angle of 167.17º 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 #53F2D0 is Cyan = 0.66, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 83 | 242 | 208 | - |
| CMYK | 0.66 | 0 | 0.14 | 0.05 |
| HSL | 167.17º | 0.86% | 0.64% | - |
| HSV(B) | 167.17º | 0.66% | 0.95% | - |
| XYZ | 46.7 | 69.9 | 70.7 | - |
| YUV | 190.58 | 137.82 | 51.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 242 | 208 | 0.66 | 0 | 0.14 | 0.05 | 167.17 | 0.86 | 0.64 |
| Hex | 53 | F2 | D0 | 42 | 0 | E | 5 | A7 | 56 | 40 |
| Octal | 123 | 362 | 320 | 102 | 0 | 16 | 5 | 247 | 126 | 100 |
| Binary | 1010011 | 11110010 | 11010000 | 1000010 | 0 | 1110 | 101 | 10100111 | 1010110 | 1000000 |
Color Harmonies of #53F2D0
Complementary color
Monochromatic Colors of #53F2D0
Black with #53F2D0
Text Example
Text Example
White with #53F2D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53F2D0; }
p { color: rgb(83,242,208); }
H1.HeaderClassName
{
color: #53F2D0;
}
.AnyTagClassName
{
color: #53F2D0;
}
</style>
background-color css
<style>
a { background-color: #53F2D0; }
a { background-color: rgb(83,242,208); }
div.DivClassName
{
background-color: #53F2D0;
}
.BgClassName
{
background-color: #53F2D0;
}
</style>
border-color css
<style>
span { border-color: #53F2D0; }
span { border-color: rgb(83,242,208); }
td.TdClassName
{
border-color: #53F2D0;
}
.TagClassName
{
border-color: #53F2D0;
}
</style>