Shades of Turquoise #53FFD0
Tints of Turquoise #53FFD0
RGB
CMYK
RGB Variations
Color information
#53FFD0 (or 0x53FFD0) is known color: Turquoise. HEX triplet: 53, FF and D0. RGB value is (83,255,208). Sum of RGB (Red+Green+Blue) = 83+255+208=546 (72% of max value = 765). Red value is 83 (32.81% from 255 or 15.20% from 546); Green value is 255 (100% from 255 or 46.70% from 546); Blue value is 208 (81.64% from 255 or 38.10% from 546); Max value from RGB is 255 - color contains mainly: green. Hex color #53FFD0 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #53FFD0 is #AC002F. Grayscale: #C6C6C6. Windows color (decimal): -11272240 or 13696851. OLE color: 13696851.
HSL color Cylindrical-coordinate representation of color #53FFD0: hue angle of 163.6º 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 #53FFD0 is Cyan = 0.67, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.
Color convert
| RGB | 83 | 255 | 208 | - |
| CMYK | 0.67 | 0 | 0.18 | 0 |
| HSL | 163.6º | 1% | 0.66% | - |
| HSV(B) | 163.6º | 0.67% | 1% | - |
| XYZ | 50.71 | 77.91 | 72.04 | - |
| YUV | 198.21 | 133.52 | 45.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 255 | 208 | 0.67 | 0 | 0.18 | 0 | 163.6 | 1 | 0.66 |
| Hex | 53 | FF | D0 | 43 | 0 | 12 | 0 | A4 | 64 | 42 |
| Octal | 123 | 377 | 320 | 103 | 0 | 22 | 0 | 244 | 144 | 102 |
| Binary | 1010011 | 11111111 | 11010000 | 1000011 | 0 | 10010 | 0 | 10100100 | 1100100 | 1000010 |
Color Harmonies of #53FFD0
Complementary color
Monochromatic Colors of #53FFD0
Black with #53FFD0
Text Example
Text Example
White with #53FFD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53FFD0; }
p { color: rgb(83,255,208); }
H1.HeaderClassName
{
color: #53FFD0;
}
.AnyTagClassName
{
color: #53FFD0;
}
</style>
background-color css
<style>
a { background-color: #53FFD0; }
a { background-color: rgb(83,255,208); }
div.DivClassName
{
background-color: #53FFD0;
}
.BgClassName
{
background-color: #53FFD0;
}
</style>
border-color css
<style>
span { border-color: #53FFD0; }
span { border-color: rgb(83,255,208); }
td.TdClassName
{
border-color: #53FFD0;
}
.TagClassName
{
border-color: #53FFD0;
}
</style>