Shades of Medium Turquoise #53DECC
Tints of Medium Turquoise #53DECC
RGB
CMYK
RGB Variations
Color information
#53DECC (or 0x53DECC) is known color: Medium Turquoise. HEX triplet: 53, DE and CC. RGB value is (83,222,204). Sum of RGB (Red+Green+Blue) = 83+222+204=509 (67% of max value = 765). Red value is 83 (32.81% from 255 or 16.31% from 509); Green value is 222 (87.11% from 255 or 43.61% from 509); Blue value is 204 (80.08% from 255 or 40.08% from 509); Max value from RGB is 222 - color contains mainly: green. Hex color #53DECC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #53DECC is #AC2133. Grayscale: #B2B2B2. Windows color (decimal): -11280692 or 13426259. OLE color: 13426259.
HSL color Cylindrical-coordinate representation of color #53DECC: hue angle of 172.23º 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 #53DECC is Cyan = 0.63, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 83 | 222 | 204 | - |
| CMYK | 0.63 | 0 | 0.08 | 0.13 |
| HSL | 172.23º | 0.68% | 0.6% | - |
| HSV(B) | 172.23º | 0.63% | 0.87% | - |
| XYZ | 40.59 | 58.44 | 66.27 | - |
| YUV | 178.39 | 142.45 | 59.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 222 | 204 | 0.63 | 0 | 0.08 | 0.13 | 172.23 | 0.68 | 0.6 |
| Hex | 53 | DE | CC | 3F | 0 | 8 | D | AC | 44 | 3C |
| Octal | 123 | 336 | 314 | 77 | 0 | 10 | 15 | 254 | 104 | 74 |
| Binary | 1010011 | 11011110 | 11001100 | 111111 | 0 | 1000 | 1101 | 10101100 | 1000100 | 111100 |
Color Harmonies of #53DECC
Complementary color
Monochromatic Colors of #53DECC
Black with #53DECC
Text Example
Text Example
White with #53DECC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53DECC; }
p { color: rgb(83,222,204); }
H1.HeaderClassName
{
color: #53DECC;
}
.AnyTagClassName
{
color: #53DECC;
}
</style>
background-color css
<style>
a { background-color: #53DECC; }
a { background-color: rgb(83,222,204); }
div.DivClassName
{
background-color: #53DECC;
}
.BgClassName
{
background-color: #53DECC;
}
</style>
border-color css
<style>
span { border-color: #53DECC; }
span { border-color: rgb(83,222,204); }
td.TdClassName
{
border-color: #53DECC;
}
.TagClassName
{
border-color: #53DECC;
}
</style>