Shades of Medium Turquoise #53C4BF
Tints of Medium Turquoise #53C4BF
RGB
CMYK
RGB Variations
Color information
#53C4BF (or 0x53C4BF) is known color: Medium Turquoise. HEX triplet: 53, C4 and BF. RGB value is (83,196,191). Sum of RGB (Red+Green+Blue) = 83+196+191=470 (62% of max value = 765). Red value is 83 (32.81% from 255 or 17.66% from 470); Green value is 196 (76.95% from 255 or 41.70% from 470); Blue value is 191 (75% from 255 or 40.64% from 470); Max value from RGB is 196 - color contains mainly: green. Hex color #53C4BF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #53C4BF is #AC3B40. Grayscale: #A1A1A1. Windows color (decimal): -11287361 or 12567635. OLE color: 12567635.
HSL color Cylindrical-coordinate representation of color #53C4BF: hue angle of 177.35º degrees, saturation: 0.49, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #53C4BF is Cyan = 0.58, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 83 | 196 | 191 | - |
| CMYK | 0.58 | 0 | 0.03 | 0.23 |
| HSL | 177.35º | 0.49% | 0.55% | - |
| HSV(B) | 177.35º | 0.58% | 0.77% | - |
| XYZ | 32.71 | 45.08 | 56.27 | - |
| YUV | 161.64 | 144.56 | 71.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 196 | 191 | 0.58 | 0 | 0.03 | 0.23 | 177.35 | 0.49 | 0.55 |
| Hex | 53 | C4 | BF | 3A | 0 | 3 | 17 | B1 | 31 | 37 |
| Octal | 123 | 304 | 277 | 72 | 0 | 3 | 27 | 261 | 61 | 67 |
| Binary | 1010011 | 11000100 | 10111111 | 111010 | 0 | 11 | 10111 | 10110001 | 110001 | 110111 |
Color Harmonies of #53C4BF
Complementary color
Monochromatic Colors of #53C4BF
Black with #53C4BF
Text Example
Text Example
White with #53C4BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53C4BF; }
p { color: rgb(83,196,191); }
H1.HeaderClassName
{
color: #53C4BF;
}
.AnyTagClassName
{
color: #53C4BF;
}
</style>
background-color css
<style>
a { background-color: #53C4BF; }
a { background-color: rgb(83,196,191); }
div.DivClassName
{
background-color: #53C4BF;
}
.BgClassName
{
background-color: #53C4BF;
}
</style>
border-color css
<style>
span { border-color: #53C4BF; }
span { border-color: rgb(83,196,191); }
td.TdClassName
{
border-color: #53C4BF;
}
.TagClassName
{
border-color: #53C4BF;
}
</style>