Shades of Medium Turquoise #53DCBF
Tints of Medium Turquoise #53DCBF
RGB
CMYK
RGB Variations
Color information
#53DCBF (or 0x53DCBF) is known color: Medium Turquoise. HEX triplet: 53, DC and BF. RGB value is (83,220,191). Sum of RGB (Red+Green+Blue) = 83+220+191=494 (65% of max value = 765). Red value is 83 (32.81% from 255 or 16.80% from 494); Green value is 220 (86.33% from 255 or 44.53% from 494); Blue value is 191 (75% from 255 or 38.66% from 494); Max value from RGB is 220 - color contains mainly: green. Hex color #53DCBF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #53DCBF is #AC2340. Grayscale: #AFAFAF. Windows color (decimal): -11281217 or 12573779. OLE color: 12573779.
HSL color Cylindrical-coordinate representation of color #53DCBF: hue angle of 167.3º degrees, saturation: 0.66, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #53DCBF is Cyan = 0.62, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 83 | 220 | 191 | - |
| CMYK | 0.62 | 0 | 0.13 | 0.14 |
| HSL | 167.3º | 0.66% | 0.59% | - |
| HSV(B) | 167.3º | 0.62% | 0.86% | - |
| XYZ | 38.56 | 56.79 | 58.22 | - |
| YUV | 175.73 | 136.61 | 61.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 220 | 191 | 0.62 | 0 | 0.13 | 0.14 | 167.3 | 0.66 | 0.59 |
| Hex | 53 | DC | BF | 3E | 0 | D | E | A7 | 42 | 3B |
| Octal | 123 | 334 | 277 | 76 | 0 | 15 | 16 | 247 | 102 | 73 |
| Binary | 1010011 | 11011100 | 10111111 | 111110 | 0 | 1101 | 1110 | 10100111 | 1000010 | 111011 |
Color Harmonies of #53DCBF
Complementary color
Monochromatic Colors of #53DCBF
Black with #53DCBF
Text Example
Text Example
White with #53DCBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53DCBF; }
p { color: rgb(83,220,191); }
H1.HeaderClassName
{
color: #53DCBF;
}
.AnyTagClassName
{
color: #53DCBF;
}
</style>
background-color css
<style>
a { background-color: #53DCBF; }
a { background-color: rgb(83,220,191); }
div.DivClassName
{
background-color: #53DCBF;
}
.BgClassName
{
background-color: #53DCBF;
}
</style>
border-color css
<style>
span { border-color: #53DCBF; }
span { border-color: rgb(83,220,191); }
td.TdClassName
{
border-color: #53DCBF;
}
.TagClassName
{
border-color: #53DCBF;
}
</style>