Shades of Turquoise #53FECD
Tints of Turquoise #53FECD
RGB
CMYK
RGB Variations
Color information
#53FECD (or 0x53FECD) is known color: Turquoise. HEX triplet: 53, FE and CD. RGB value is (83,254,205). Sum of RGB (Red+Green+Blue) = 83+254+205=542 (71% of max value = 765). Red value is 83 (32.81% from 255 or 15.31% from 542); Green value is 254 (99.61% from 255 or 46.86% from 542); Blue value is 205 (80.47% from 255 or 37.82% from 542); Max value from RGB is 254 - color contains mainly: green. Hex color #53FECD is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #53FECD is #AC0132. Grayscale: #C5C5C5. Windows color (decimal): -11272499 or 13499987. OLE color: 13499987.
HSL color Cylindrical-coordinate representation of color #53FECD: hue angle of 162.81º 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 #53FECD is Cyan = 0.67, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 83 | 254 | 205 | - |
| CMYK | 0.67 | 0 | 0.19 | 0.00 |
| HSL | 162.81º | 0.99% | 0.66% | - |
| HSV(B) | 162.81º | 0.67% | 1% | - |
| XYZ | 50.03 | 77.13 | 70.01 | - |
| YUV | 197.29 | 132.35 | 46.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 254 | 205 | 0.67 | 0 | 0.19 | 0.00 | 162.81 | 0.99 | 0.66 |
| Hex | 53 | FE | CD | 43 | 0 | 13 | 0 | A3 | 63 | 42 |
| Octal | 123 | 376 | 315 | 103 | 0 | 23 | 0 | 243 | 143 | 102 |
| Binary | 1010011 | 11111110 | 11001101 | 1000011 | 0 | 10011 | 0 | 10100011 | 1100011 | 1000010 |
Color Harmonies of #53FECD
Complementary color
Monochromatic Colors of #53FECD
Black with #53FECD
Text Example
Text Example
White with #53FECD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53FECD; }
p { color: rgb(83,254,205); }
H1.HeaderClassName
{
color: #53FECD;
}
.AnyTagClassName
{
color: #53FECD;
}
</style>
background-color css
<style>
a { background-color: #53FECD; }
a { background-color: rgb(83,254,205); }
div.DivClassName
{
background-color: #53FECD;
}
.BgClassName
{
background-color: #53FECD;
}
</style>
border-color css
<style>
span { border-color: #53FECD; }
span { border-color: rgb(83,254,205); }
td.TdClassName
{
border-color: #53FECD;
}
.TagClassName
{
border-color: #53FECD;
}
</style>