Shades of Medium Turquoise #53DECE
Tints of Medium Turquoise #53DECE
RGB
CMYK
RGB Variations
Color information
#53DECE (or 0x53DECE) is known color: Medium Turquoise. HEX triplet: 53, DE and CE. RGB value is (83,222,206). Sum of RGB (Red+Green+Blue) = 83+222+206=511 (67% of max value = 765). Red value is 83 (32.81% from 255 or 16.24% from 511); Green value is 222 (87.11% from 255 or 43.44% from 511); Blue value is 206 (80.86% from 255 or 40.31% from 511); Max value from RGB is 222 - color contains mainly: green. Hex color #53DECE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #53DECE is #AC2131. Grayscale: #B2B2B2. Windows color (decimal): -11280690 or 13557331. OLE color: 13557331.
HSL color Cylindrical-coordinate representation of color #53DECE: hue angle of 173.09º 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 #53DECE is Cyan = 0.63, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 83 | 222 | 206 | - |
| CMYK | 0.63 | 0 | 0.07 | 0.13 |
| HSL | 173.09º | 0.68% | 0.6% | - |
| HSV(B) | 173.09º | 0.63% | 0.87% | - |
| XYZ | 40.83 | 58.54 | 67.54 | - |
| YUV | 178.62 | 143.45 | 59.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 222 | 206 | 0.63 | 0 | 0.07 | 0.13 | 173.09 | 0.68 | 0.6 |
| Hex | 53 | DE | CE | 3F | 0 | 7 | D | AD | 44 | 3C |
| Octal | 123 | 336 | 316 | 77 | 0 | 7 | 15 | 255 | 104 | 74 |
| Binary | 1010011 | 11011110 | 11001110 | 111111 | 0 | 111 | 1101 | 10101101 | 1000100 | 111100 |
Color Harmonies of #53DECE
Complementary color
Monochromatic Colors of #53DECE
Black with #53DECE
Text Example
Text Example
White with #53DECE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53DECE; }
p { color: rgb(83,222,206); }
H1.HeaderClassName
{
color: #53DECE;
}
.AnyTagClassName
{
color: #53DECE;
}
</style>
background-color css
<style>
a { background-color: #53DECE; }
a { background-color: rgb(83,222,206); }
div.DivClassName
{
background-color: #53DECE;
}
.BgClassName
{
background-color: #53DECE;
}
</style>
border-color css
<style>
span { border-color: #53DECE; }
span { border-color: rgb(83,222,206); }
td.TdClassName
{
border-color: #53DECE;
}
.TagClassName
{
border-color: #53DECE;
}
</style>