Shades of Turquoise #53FED7
Tints of Turquoise #53FED7
RGB
CMYK
RGB Variations
Color information
#53FED7 (or 0x53FED7) is known color: Turquoise. HEX triplet: 53, FE and D7. RGB value is (83,254,215). Sum of RGB (Red+Green+Blue) = 83+254+215=552 (73% of max value = 765). Red value is 83 (32.81% from 255 or 15.04% from 552); Green value is 254 (99.61% from 255 or 46.01% from 552); Blue value is 215 (84.38% from 255 or 38.95% from 552); Max value from RGB is 254 - color contains mainly: green. Hex color #53FED7 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #53FED7 is #AC0128. Grayscale: #C6C6C6. Windows color (decimal): -11272489 or 14155347. OLE color: 14155347.
HSL color Cylindrical-coordinate representation of color #53FED7: hue angle of 166.32º degrees, saturation: 0.99, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #53FED7 is Cyan = 0.67, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 83 | 254 | 215 | - |
| CMYK | 0.67 | 0 | 0.15 | 0.00 |
| HSL | 166.32º | 0.99% | 0.66% | - |
| HSV(B) | 166.32º | 0.67% | 1% | - |
| XYZ | 51.27 | 77.63 | 76.57 | - |
| YUV | 198.43 | 137.35 | 45.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 254 | 215 | 0.67 | 0 | 0.15 | 0.00 | 166.32 | 0.99 | 0.66 |
| Hex | 53 | FE | D7 | 43 | 0 | F | 0 | A6 | 63 | 42 |
| Octal | 123 | 376 | 327 | 103 | 0 | 17 | 0 | 246 | 143 | 102 |
| Binary | 1010011 | 11111110 | 11010111 | 1000011 | 0 | 1111 | 0 | 10100110 | 1100011 | 1000010 |
Color Harmonies of #53FED7
Complementary color
Monochromatic Colors of #53FED7
Black with #53FED7
Text Example
Text Example
White with #53FED7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53FED7; }
p { color: rgb(83,254,215); }
H1.HeaderClassName
{
color: #53FED7;
}
.AnyTagClassName
{
color: #53FED7;
}
</style>
background-color css
<style>
a { background-color: #53FED7; }
a { background-color: rgb(83,254,215); }
div.DivClassName
{
background-color: #53FED7;
}
.BgClassName
{
background-color: #53FED7;
}
</style>
border-color css
<style>
span { border-color: #53FED7; }
span { border-color: rgb(83,254,215); }
td.TdClassName
{
border-color: #53FED7;
}
.TagClassName
{
border-color: #53FED7;
}
</style>