Shades of Medium Turquoise #53BFBA
Tints of Medium Turquoise #53BFBA
RGB
CMYK
RGB Variations
Color information
#53BFBA (or 0x53BFBA) is known color: Medium Turquoise. HEX triplet: 53, BF and BA. RGB value is (83,191,186). Sum of RGB (Red+Green+Blue) = 83+191+186=460 (60% of max value = 765). Red value is 83 (32.81% from 255 or 18.04% from 460); Green value is 191 (75% from 255 or 41.52% from 460); Blue value is 186 (73.05% from 255 or 40.43% from 460); Max value from RGB is 191 - color contains mainly: green. Hex color #53BFBA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #53BFBA is #AC4045. Grayscale: #9E9E9E. Windows color (decimal): -11288646 or 12238675. OLE color: 12238675.
HSL color Cylindrical-coordinate representation of color #53BFBA: hue angle of 177.22º degrees, saturation: 0.46, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #53BFBA is Cyan = 0.57, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 83 | 191 | 186 | - |
| CMYK | 0.57 | 0 | 0.03 | 0.25 |
| HSL | 177.22º | 0.46% | 0.54% | - |
| HSV(B) | 177.22º | 0.57% | 0.75% | - |
| XYZ | 31.06 | 42.65 | 53.05 | - |
| YUV | 158.14 | 143.72 | 74.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 191 | 186 | 0.57 | 0 | 0.03 | 0.25 | 177.22 | 0.46 | 0.54 |
| Hex | 53 | BF | BA | 39 | 0 | 3 | 19 | B1 | 2E | 36 |
| Octal | 123 | 277 | 272 | 71 | 0 | 3 | 31 | 261 | 56 | 66 |
| Binary | 1010011 | 10111111 | 10111010 | 111001 | 0 | 11 | 11001 | 10110001 | 101110 | 110110 |
Color Harmonies of #53BFBA
Complementary color
Monochromatic Colors of #53BFBA
Black with #53BFBA
Text Example
Text Example
White with #53BFBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53BFBA; }
p { color: rgb(83,191,186); }
H1.HeaderClassName
{
color: #53BFBA;
}
.AnyTagClassName
{
color: #53BFBA;
}
</style>
background-color css
<style>
a { background-color: #53BFBA; }
a { background-color: rgb(83,191,186); }
div.DivClassName
{
background-color: #53BFBA;
}
.BgClassName
{
background-color: #53BFBA;
}
</style>
border-color css
<style>
span { border-color: #53BFBA; }
span { border-color: rgb(83,191,186); }
td.TdClassName
{
border-color: #53BFBA;
}
.TagClassName
{
border-color: #53BFBA;
}
</style>