Shades of Turquoise #53FFD3
Tints of Turquoise #53FFD3
RGB
CMYK
RGB Variations
Color information
#53FFD3 (or 0x53FFD3) is known color: Turquoise. HEX triplet: 53, FF and D3. RGB value is (83,255,211). Sum of RGB (Red+Green+Blue) = 83+255+211=549 (72% of max value = 765). Red value is 83 (32.81% from 255 or 15.12% from 549); Green value is 255 (100% from 255 or 46.45% from 549); Blue value is 211 (82.81% from 255 or 38.43% from 549); Max value from RGB is 255 - color contains mainly: green. Hex color #53FFD3 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #53FFD3 is #AC002C. Grayscale: #C6C6C6. Windows color (decimal): -11272237 or 13893459. OLE color: 13893459.
HSL color Cylindrical-coordinate representation of color #53FFD3: hue angle of 164.65º 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 #53FFD3 is Cyan = 0.67, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.
Color convert
| RGB | 83 | 255 | 211 | - |
| CMYK | 0.67 | 0 | 0.17 | 0 |
| HSL | 164.65º | 1% | 0.66% | - |
| HSV(B) | 164.65º | 0.67% | 1% | - |
| XYZ | 51.09 | 78.06 | 74 | - |
| YUV | 198.56 | 135.02 | 45.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 255 | 211 | 0.67 | 0 | 0.17 | 0 | 164.65 | 1 | 0.66 |
| Hex | 53 | FF | D3 | 43 | 0 | 11 | 0 | A5 | 64 | 42 |
| Octal | 123 | 377 | 323 | 103 | 0 | 21 | 0 | 245 | 144 | 102 |
| Binary | 1010011 | 11111111 | 11010011 | 1000011 | 0 | 10001 | 0 | 10100101 | 1100100 | 1000010 |
Color Harmonies of #53FFD3
Complementary color
Monochromatic Colors of #53FFD3
Black with #53FFD3
Text Example
Text Example
White with #53FFD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53FFD3; }
p { color: rgb(83,255,211); }
H1.HeaderClassName
{
color: #53FFD3;
}
.AnyTagClassName
{
color: #53FFD3;
}
</style>
background-color css
<style>
a { background-color: #53FFD3; }
a { background-color: rgb(83,255,211); }
div.DivClassName
{
background-color: #53FFD3;
}
.BgClassName
{
background-color: #53FFD3;
}
</style>
border-color css
<style>
span { border-color: #53FFD3; }
span { border-color: rgb(83,255,211); }
td.TdClassName
{
border-color: #53FFD3;
}
.TagClassName
{
border-color: #53FFD3;
}
</style>