Shades of Medium Turquoise #53DFBE
Tints of Medium Turquoise #53DFBE
RGB
CMYK
RGB Variations
Color information
#53DFBE (or 0x53DFBE) is known color: Medium Turquoise. HEX triplet: 53, DF and BE. RGB value is (83,223,190). Sum of RGB (Red+Green+Blue) = 83+223+190=496 (65% of max value = 765). Red value is 83 (32.81% from 255 or 16.73% from 496); Green value is 223 (87.5% from 255 or 44.96% from 496); Blue value is 190 (74.61% from 255 or 38.31% from 496); Max value from RGB is 223 - color contains mainly: green. Hex color #53DFBE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #53DFBE is #AC2041. Grayscale: #B1B1B1. Windows color (decimal): -11280450 or 12509011. OLE color: 12509011.
HSL color Cylindrical-coordinate representation of color #53DFBE: hue angle of 165.86º degrees, saturation: 0.69, 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 #53DFBE is Cyan = 0.63, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 83 | 223 | 190 | - |
| CMYK | 0.63 | 0 | 0.15 | 0.13 |
| HSL | 165.86º | 0.69% | 0.6% | - |
| HSV(B) | 165.86º | 0.63% | 0.87% | - |
| XYZ | 39.25 | 58.33 | 57.91 | - |
| YUV | 177.38 | 135.12 | 60.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 223 | 190 | 0.63 | 0 | 0.15 | 0.13 | 165.86 | 0.69 | 0.6 |
| Hex | 53 | DF | BE | 3F | 0 | F | D | A6 | 45 | 3C |
| Octal | 123 | 337 | 276 | 77 | 0 | 17 | 15 | 246 | 105 | 74 |
| Binary | 1010011 | 11011111 | 10111110 | 111111 | 0 | 1111 | 1101 | 10100110 | 1000101 | 111100 |
Color Harmonies of #53DFBE
Complementary color
Monochromatic Colors of #53DFBE
Black with #53DFBE
Text Example
Text Example
White with #53DFBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53DFBE; }
p { color: rgb(83,223,190); }
H1.HeaderClassName
{
color: #53DFBE;
}
.AnyTagClassName
{
color: #53DFBE;
}
</style>
background-color css
<style>
a { background-color: #53DFBE; }
a { background-color: rgb(83,223,190); }
div.DivClassName
{
background-color: #53DFBE;
}
.BgClassName
{
background-color: #53DFBE;
}
</style>
border-color css
<style>
span { border-color: #53DFBE; }
span { border-color: rgb(83,223,190); }
td.TdClassName
{
border-color: #53DFBE;
}
.TagClassName
{
border-color: #53DFBE;
}
</style>