Shades of Medium Turquoise #53DDBF
Tints of Medium Turquoise #53DDBF
RGB
CMYK
RGB Variations
Color information
#53DDBF (or 0x53DDBF) is known color: Medium Turquoise. HEX triplet: 53, DD and BF. RGB value is (83,221,191). Sum of RGB (Red+Green+Blue) = 83+221+191=495 (65% of max value = 765). Red value is 83 (32.81% from 255 or 16.77% from 495); Green value is 221 (86.72% from 255 or 44.65% from 495); Blue value is 191 (75% from 255 or 38.59% from 495); Max value from RGB is 221 - color contains mainly: green. Hex color #53DDBF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #53DDBF is #AC2240. Grayscale: #B0B0B0. Windows color (decimal): -11280961 or 12574035. OLE color: 12574035.
HSL color Cylindrical-coordinate representation of color #53DDBF: hue angle of 166.96º degrees, saturation: 0.67, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #53DDBF is Cyan = 0.62, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 83 | 221 | 191 | - |
| CMYK | 0.62 | 0 | 0.14 | 0.13 |
| HSL | 166.96º | 0.67% | 0.6% | - |
| HSV(B) | 166.96º | 0.62% | 0.87% | - |
| XYZ | 38.83 | 57.31 | 58.31 | - |
| YUV | 176.32 | 136.28 | 61.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 221 | 191 | 0.62 | 0 | 0.14 | 0.13 | 166.96 | 0.67 | 0.6 |
| Hex | 53 | DD | BF | 3E | 0 | E | D | A7 | 43 | 3C |
| Octal | 123 | 335 | 277 | 76 | 0 | 16 | 15 | 247 | 103 | 74 |
| Binary | 1010011 | 11011101 | 10111111 | 111110 | 0 | 1110 | 1101 | 10100111 | 1000011 | 111100 |
Color Harmonies of #53DDBF
Complementary color
Monochromatic Colors of #53DDBF
Black with #53DDBF
Text Example
Text Example
White with #53DDBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53DDBF; }
p { color: rgb(83,221,191); }
H1.HeaderClassName
{
color: #53DDBF;
}
.AnyTagClassName
{
color: #53DDBF;
}
</style>
background-color css
<style>
a { background-color: #53DDBF; }
a { background-color: rgb(83,221,191); }
div.DivClassName
{
background-color: #53DDBF;
}
.BgClassName
{
background-color: #53DDBF;
}
</style>
border-color css
<style>
span { border-color: #53DDBF; }
span { border-color: rgb(83,221,191); }
td.TdClassName
{
border-color: #53DDBF;
}
.TagClassName
{
border-color: #53DDBF;
}
</style>