Shades of Medium Turquoise #53D1DE
Tints of Medium Turquoise #53D1DE
RGB
CMYK
RGB Variations
Color information
#53D1DE (or 0x53D1DE) is known color: Medium Turquoise. HEX triplet: 53, D1 and DE. RGB value is (83,209,222). Sum of RGB (Red+Green+Blue) = 83+209+222=514 (68% of max value = 765). Red value is 83 (32.81% from 255 or 16.15% from 514); Green value is 209 (82.03% from 255 or 40.66% from 514); Blue value is 222 (87.11% from 255 or 43.19% from 514); Max value from RGB is 222 - color contains mainly: blue. Hex color #53D1DE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #53D1DE is #AC2E21. Grayscale: #ACACAC. Windows color (decimal): -11284002 or 14602579. OLE color: 14602579.
HSL color Cylindrical-coordinate representation of color #53D1DE: hue angle of 185.61º degrees, saturation: 0.68, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #53D1DE is Cyan = 0.63, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 83 | 209 | 222 | - |
| CMYK | 0.63 | 0.06 | 0 | 0.13 |
| HSL | 185.61º | 0.68% | 0.6% | - |
| HSV(B) | 185.61º | 0.63% | 0.87% | - |
| XYZ | 39.55 | 52.71 | 77.2 | - |
| YUV | 172.81 | 155.76 | 63.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 209 | 222 | 0.63 | 0.06 | 0 | 0.13 | 185.61 | 0.68 | 0.6 |
| Hex | 53 | D1 | DE | 3F | 6 | 0 | D | BA | 44 | 3C |
| Octal | 123 | 321 | 336 | 77 | 6 | 0 | 15 | 272 | 104 | 74 |
| Binary | 1010011 | 11010001 | 11011110 | 111111 | 110 | 0 | 1101 | 10111010 | 1000100 | 111100 |
Color Harmonies of #53D1DE
Complementary color
Monochromatic Colors of #53D1DE
Black with #53D1DE
Text Example
Text Example
White with #53D1DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53D1DE; }
p { color: rgb(83,209,222); }
H1.HeaderClassName
{
color: #53D1DE;
}
.AnyTagClassName
{
color: #53D1DE;
}
</style>
background-color css
<style>
a { background-color: #53D1DE; }
a { background-color: rgb(83,209,222); }
div.DivClassName
{
background-color: #53D1DE;
}
.BgClassName
{
background-color: #53D1DE;
}
</style>
border-color css
<style>
span { border-color: #53D1DE; }
span { border-color: rgb(83,209,222); }
td.TdClassName
{
border-color: #53D1DE;
}
.TagClassName
{
border-color: #53D1DE;
}
</style>