Shades of Turquoise #53FFCD
Tints of Turquoise #53FFCD
RGB
CMYK
RGB Variations
Color information
#53FFCD (or 0x53FFCD) is known color: Turquoise. HEX triplet: 53, FF and CD. RGB value is (83,255,205). Sum of RGB (Red+Green+Blue) = 83+255+205=543 (71% of max value = 765). Red value is 83 (32.81% from 255 or 15.29% from 543); Green value is 255 (100% from 255 or 46.96% from 543); Blue value is 205 (80.47% from 255 or 37.75% from 543); Max value from RGB is 255 - color contains mainly: green. Hex color #53FFCD is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #53FFCD is #AC0032. Grayscale: #C5C5C5. Windows color (decimal): -11272243 or 13500243. OLE color: 13500243.
HSL color Cylindrical-coordinate representation of color #53FFCD: hue angle of 162.56º degrees, saturation: 1, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #53FFCD is Cyan = 0.67, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.
Color convert
| RGB | 83 | 255 | 205 | - |
| CMYK | 0.67 | 0 | 0.20 | 0 |
| HSL | 162.56º | 1% | 0.66% | - |
| HSV(B) | 162.56º | 0.67% | 1% | - |
| XYZ | 50.35 | 77.77 | 70.11 | - |
| YUV | 197.87 | 132.02 | 46.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 255 | 205 | 0.67 | 0 | 0.20 | 0 | 162.56 | 1 | 0.66 |
| Hex | 53 | FF | CD | 43 | 0 | 14 | 0 | A3 | 64 | 42 |
| Octal | 123 | 377 | 315 | 103 | 0 | 24 | 0 | 243 | 144 | 102 |
| Binary | 1010011 | 11111111 | 11001101 | 1000011 | 0 | 10100 | 0 | 10100011 | 1100100 | 1000010 |
Color Harmonies of #53FFCD
Complementary color
Monochromatic Colors of #53FFCD
Black with #53FFCD
Text Example
Text Example
White with #53FFCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53FFCD; }
p { color: rgb(83,255,205); }
H1.HeaderClassName
{
color: #53FFCD;
}
.AnyTagClassName
{
color: #53FFCD;
}
</style>
background-color css
<style>
a { background-color: #53FFCD; }
a { background-color: rgb(83,255,205); }
div.DivClassName
{
background-color: #53FFCD;
}
.BgClassName
{
background-color: #53FFCD;
}
</style>
border-color css
<style>
span { border-color: #53FFCD; }
span { border-color: rgb(83,255,205); }
td.TdClassName
{
border-color: #53FFCD;
}
.TagClassName
{
border-color: #53FFCD;
}
</style>