Shades of Medium Turquoise #53C9BE
Tints of Medium Turquoise #53C9BE
RGB
CMYK
RGB Variations
Color information
#53C9BE (or 0x53C9BE) is known color: Medium Turquoise. HEX triplet: 53, C9 and BE. RGB value is (83,201,190). Sum of RGB (Red+Green+Blue) = 83+201+190=474 (62% of max value = 765). Red value is 83 (32.81% from 255 or 17.51% from 474); Green value is 201 (78.91% from 255 or 42.41% from 474); Blue value is 190 (74.61% from 255 or 40.08% from 474); Max value from RGB is 201 - color contains mainly: green. Hex color #53C9BE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #53C9BE is #AC3641. Grayscale: #A4A4A4. Windows color (decimal): -11286082 or 12503379. OLE color: 12503379.
HSL color Cylindrical-coordinate representation of color #53C9BE: hue angle of 174.41º degrees, saturation: 0.52, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #53C9BE is Cyan = 0.59, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 83 | 201 | 190 | - |
| CMYK | 0.59 | 0 | 0.05 | 0.21 |
| HSL | 174.41º | 0.52% | 0.56% | - |
| HSV(B) | 174.41º | 0.59% | 0.79% | - |
| XYZ | 33.75 | 47.33 | 56.07 | - |
| YUV | 164.46 | 142.41 | 69.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 201 | 190 | 0.59 | 0 | 0.05 | 0.21 | 174.41 | 0.52 | 0.56 |
| Hex | 53 | C9 | BE | 3B | 0 | 5 | 15 | AE | 34 | 38 |
| Octal | 123 | 311 | 276 | 73 | 0 | 5 | 25 | 256 | 64 | 70 |
| Binary | 1010011 | 11001001 | 10111110 | 111011 | 0 | 101 | 10101 | 10101110 | 110100 | 111000 |
Color Harmonies of #53C9BE
Complementary color
Monochromatic Colors of #53C9BE
Black with #53C9BE
Text Example
Text Example
White with #53C9BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53C9BE; }
p { color: rgb(83,201,190); }
H1.HeaderClassName
{
color: #53C9BE;
}
.AnyTagClassName
{
color: #53C9BE;
}
</style>
background-color css
<style>
a { background-color: #53C9BE; }
a { background-color: rgb(83,201,190); }
div.DivClassName
{
background-color: #53C9BE;
}
.BgClassName
{
background-color: #53C9BE;
}
</style>
border-color css
<style>
span { border-color: #53C9BE; }
span { border-color: rgb(83,201,190); }
td.TdClassName
{
border-color: #53C9BE;
}
.TagClassName
{
border-color: #53C9BE;
}
</style>