Shades of Medium Turquoise #53C8BE
Tints of Medium Turquoise #53C8BE
RGB
CMYK
RGB Variations
Color information
#53C8BE (or 0x53C8BE) is known color: Medium Turquoise. HEX triplet: 53, C8 and BE. RGB value is (83,200,190). Sum of RGB (Red+Green+Blue) = 83+200+190=473 (62% of max value = 765). Red value is 83 (32.81% from 255 or 17.55% from 473); Green value is 200 (78.52% from 255 or 42.28% from 473); Blue value is 190 (74.61% from 255 or 40.17% from 473); Max value from RGB is 200 - color contains mainly: green. Hex color #53C8BE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #53C8BE is #AC3741. Grayscale: #A3A3A3. Windows color (decimal): -11286338 or 12503123. OLE color: 12503123.
HSL color Cylindrical-coordinate representation of color #53C8BE: hue angle of 174.87º degrees, saturation: 0.52, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #53C8BE is Cyan = 0.58, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 83 | 200 | 190 | - |
| CMYK | 0.58 | 0 | 0.05 | 0.22 |
| HSL | 174.87º | 0.52% | 0.55% | - |
| HSV(B) | 174.87º | 0.59% | 0.78% | - |
| XYZ | 33.52 | 46.87 | 55.99 | - |
| YUV | 163.88 | 142.74 | 70.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 200 | 190 | 0.58 | 0 | 0.05 | 0.22 | 174.87 | 0.52 | 0.55 |
| Hex | 53 | C8 | BE | 3A | 0 | 5 | 16 | AF | 34 | 37 |
| Octal | 123 | 310 | 276 | 72 | 0 | 5 | 26 | 257 | 64 | 67 |
| Binary | 1010011 | 11001000 | 10111110 | 111010 | 0 | 101 | 10110 | 10101111 | 110100 | 110111 |
Color Harmonies of #53C8BE
Complementary color
Monochromatic Colors of #53C8BE
Black with #53C8BE
Text Example
Text Example
White with #53C8BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53C8BE; }
p { color: rgb(83,200,190); }
H1.HeaderClassName
{
color: #53C8BE;
}
.AnyTagClassName
{
color: #53C8BE;
}
</style>
background-color css
<style>
a { background-color: #53C8BE; }
a { background-color: rgb(83,200,190); }
div.DivClassName
{
background-color: #53C8BE;
}
.BgClassName
{
background-color: #53C8BE;
}
</style>
border-color css
<style>
span { border-color: #53C8BE; }
span { border-color: rgb(83,200,190); }
td.TdClassName
{
border-color: #53C8BE;
}
.TagClassName
{
border-color: #53C8BE;
}
</style>