Shades of Medium Turquoise #53DFBB
Tints of Medium Turquoise #53DFBB
RGB
CMYK
RGB Variations
Color information
#53DFBB (or 0x53DFBB) is known color: Medium Turquoise. HEX triplet: 53, DF and BB. RGB value is (83,223,187). Sum of RGB (Red+Green+Blue) = 83+223+187=493 (65% of max value = 765). Red value is 83 (32.81% from 255 or 16.84% from 493); Green value is 223 (87.5% from 255 or 45.23% from 493); Blue value is 187 (73.44% from 255 or 37.93% from 493); Max value from RGB is 223 - color contains mainly: green. Hex color #53DFBB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #53DFBB is #AC2044. Grayscale: #B1B1B1. Windows color (decimal): -11280453 or 12312403. OLE color: 12312403.
HSL color Cylindrical-coordinate representation of color #53DFBB: hue angle of 164.57º 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 #53DFBB is Cyan = 0.63, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 83 | 223 | 187 | - |
| CMYK | 0.63 | 0 | 0.16 | 0.13 |
| HSL | 164.57º | 0.69% | 0.6% | - |
| HSV(B) | 164.57º | 0.63% | 0.87% | - |
| XYZ | 38.92 | 58.2 | 56.2 | - |
| YUV | 177.04 | 133.62 | 60.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 223 | 187 | 0.63 | 0 | 0.16 | 0.13 | 164.57 | 0.69 | 0.6 |
| Hex | 53 | DF | BB | 3F | 0 | 10 | D | A5 | 45 | 3C |
| Octal | 123 | 337 | 273 | 77 | 0 | 20 | 15 | 245 | 105 | 74 |
| Binary | 1010011 | 11011111 | 10111011 | 111111 | 0 | 10000 | 1101 | 10100101 | 1000101 | 111100 |
Color Harmonies of #53DFBB
Complementary color
Monochromatic Colors of #53DFBB
Black with #53DFBB
Text Example
Text Example
White with #53DFBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53DFBB; }
p { color: rgb(83,223,187); }
H1.HeaderClassName
{
color: #53DFBB;
}
.AnyTagClassName
{
color: #53DFBB;
}
</style>
background-color css
<style>
a { background-color: #53DFBB; }
a { background-color: rgb(83,223,187); }
div.DivClassName
{
background-color: #53DFBB;
}
.BgClassName
{
background-color: #53DFBB;
}
</style>
border-color css
<style>
span { border-color: #53DFBB; }
span { border-color: rgb(83,223,187); }
td.TdClassName
{
border-color: #53DFBB;
}
.TagClassName
{
border-color: #53DFBB;
}
</style>