Shades of Turquoise #53FCD1
Tints of Turquoise #53FCD1
RGB
CMYK
RGB Variations
Color information
#53FCD1 (or 0x53FCD1) is known color: Turquoise. HEX triplet: 53, FC and D1. RGB value is (83,252,209). Sum of RGB (Red+Green+Blue) = 83+252+209=544 (72% of max value = 765). Red value is 83 (32.81% from 255 or 15.26% from 544); Green value is 252 (98.83% from 255 or 46.32% from 544); Blue value is 209 (82.03% from 255 or 38.42% from 544); Max value from RGB is 252 - color contains mainly: green. Hex color #53FCD1 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #53FCD1 is #AC032E. Grayscale: #C4C4C4. Windows color (decimal): -11273007 or 13761619. OLE color: 13761619.
HSL color Cylindrical-coordinate representation of color #53FCD1: hue angle of 164.73º degrees, saturation: 0.97, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #53FCD1 is Cyan = 0.67, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 83 | 252 | 209 | - |
| CMYK | 0.67 | 0 | 0.17 | 0.01 |
| HSL | 164.73º | 0.97% | 0.66% | - |
| HSV(B) | 164.73º | 0.67% | 0.99% | - |
| XYZ | 49.89 | 76.06 | 72.37 | - |
| YUV | 196.57 | 135.01 | 47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 252 | 209 | 0.67 | 0 | 0.17 | 0.01 | 164.73 | 0.97 | 0.66 |
| Hex | 53 | FC | D1 | 43 | 0 | 11 | 1 | A5 | 61 | 42 |
| Octal | 123 | 374 | 321 | 103 | 0 | 21 | 1 | 245 | 141 | 102 |
| Binary | 1010011 | 11111100 | 11010001 | 1000011 | 0 | 10001 | 1 | 10100101 | 1100001 | 1000010 |
Color Harmonies of #53FCD1
Complementary color
Monochromatic Colors of #53FCD1
Black with #53FCD1
Text Example
Text Example
White with #53FCD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53FCD1; }
p { color: rgb(83,252,209); }
H1.HeaderClassName
{
color: #53FCD1;
}
.AnyTagClassName
{
color: #53FCD1;
}
</style>
background-color css
<style>
a { background-color: #53FCD1; }
a { background-color: rgb(83,252,209); }
div.DivClassName
{
background-color: #53FCD1;
}
.BgClassName
{
background-color: #53FCD1;
}
</style>
border-color css
<style>
span { border-color: #53FCD1; }
span { border-color: rgb(83,252,209); }
td.TdClassName
{
border-color: #53FCD1;
}
.TagClassName
{
border-color: #53FCD1;
}
</style>