Shades of Turquoise #53FFD4
Tints of Turquoise #53FFD4
RGB
CMYK
RGB Variations
Color information
#53FFD4 (or 0x53FFD4) is known color: Turquoise. HEX triplet: 53, FF and D4. RGB value is (83,255,212). Sum of RGB (Red+Green+Blue) = 83+255+212=550 (72% of max value = 765). Red value is 83 (32.81% from 255 or 15.09% from 550); Green value is 255 (100% from 255 or 46.36% from 550); Blue value is 212 (83.20% from 255 or 38.55% from 550); Max value from RGB is 255 - color contains mainly: green. Hex color #53FFD4 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #53FFD4 is #AC002B. Grayscale: #C6C6C6. Windows color (decimal): -11272236 or 13958995. OLE color: 13958995.
HSL color Cylindrical-coordinate representation of color #53FFD4: hue angle of 165º 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 #53FFD4 is Cyan = 0.67, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.
Color convert
| RGB | 83 | 255 | 212 | - |
| CMYK | 0.67 | 0 | 0.17 | 0 |
| HSL | 165º | 1% | 0.66% | - |
| HSV(B) | 165º | 0.67% | 1% | - |
| XYZ | 51.21 | 78.11 | 74.67 | - |
| YUV | 198.67 | 135.52 | 45.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 255 | 212 | 0.67 | 0 | 0.17 | 0 | 165 | 1 | 0.66 |
| Hex | 53 | FF | D4 | 43 | 0 | 11 | 0 | A5 | 64 | 42 |
| Octal | 123 | 377 | 324 | 103 | 0 | 21 | 0 | 245 | 144 | 102 |
| Binary | 1010011 | 11111111 | 11010100 | 1000011 | 0 | 10001 | 0 | 10100101 | 1100100 | 1000010 |
Color Harmonies of #53FFD4
Complementary color
Monochromatic Colors of #53FFD4
Black with #53FFD4
Text Example
Text Example
White with #53FFD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53FFD4; }
p { color: rgb(83,255,212); }
H1.HeaderClassName
{
color: #53FFD4;
}
.AnyTagClassName
{
color: #53FFD4;
}
</style>
background-color css
<style>
a { background-color: #53FFD4; }
a { background-color: rgb(83,255,212); }
div.DivClassName
{
background-color: #53FFD4;
}
.BgClassName
{
background-color: #53FFD4;
}
</style>
border-color css
<style>
span { border-color: #53FFD4; }
span { border-color: rgb(83,255,212); }
td.TdClassName
{
border-color: #53FFD4;
}
.TagClassName
{
border-color: #53FFD4;
}
</style>