Shades of Turquoise #53E1DF
Tints of Turquoise #53E1DF
RGB
CMYK
RGB Variations
Color information
#53E1DF (or 0x53E1DF) is known color: Turquoise. HEX triplet: 53, E1 and DF. RGB value is (83,225,223). Sum of RGB (Red+Green+Blue) = 83+225+223=531 (70% of max value = 765). Red value is 83 (32.81% from 255 or 15.63% from 531); Green value is 225 (88.28% from 255 or 42.37% from 531); Blue value is 223 (87.5% from 255 or 42.00% from 531); Max value from RGB is 225 - color contains mainly: green. Hex color #53E1DF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #53E1DF is #AC1E20. Grayscale: #B6B6B6. Windows color (decimal): -11279905 or 14672211. OLE color: 14672211.
HSL color Cylindrical-coordinate representation of color #53E1DF: hue angle of 179.15º degrees, saturation: 0.7, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #53E1DF is Cyan = 0.63, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 83 | 225 | 223 | - |
| CMYK | 0.63 | 0 | 0.01 | 0.12 |
| HSL | 179.15º | 0.7% | 0.6% | - |
| HSV(B) | 179.15º | 0.63% | 0.88% | - |
| XYZ | 43.81 | 61.02 | 79.28 | - |
| YUV | 182.31 | 150.96 | 57.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 225 | 223 | 0.63 | 0 | 0.01 | 0.12 | 179.15 | 0.7 | 0.6 |
| Hex | 53 | E1 | DF | 3F | 0 | 1 | C | B3 | 46 | 3C |
| Octal | 123 | 341 | 337 | 77 | 0 | 1 | 14 | 263 | 106 | 74 |
| Binary | 1010011 | 11100001 | 11011111 | 111111 | 0 | 1 | 1100 | 10110011 | 1000110 | 111100 |
Color Harmonies of #53E1DF
Complementary color
Monochromatic Colors of #53E1DF
Black with #53E1DF
Text Example
Text Example
White with #53E1DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53E1DF; }
p { color: rgb(83,225,223); }
H1.HeaderClassName
{
color: #53E1DF;
}
.AnyTagClassName
{
color: #53E1DF;
}
</style>
background-color css
<style>
a { background-color: #53E1DF; }
a { background-color: rgb(83,225,223); }
div.DivClassName
{
background-color: #53E1DF;
}
.BgClassName
{
background-color: #53E1DF;
}
</style>
border-color css
<style>
span { border-color: #53E1DF; }
span { border-color: rgb(83,225,223); }
td.TdClassName
{
border-color: #53E1DF;
}
.TagClassName
{
border-color: #53E1DF;
}
</style>