Shades of Medium Turquoise #53D6CB
Tints of Medium Turquoise #53D6CB
RGB
CMYK
RGB Variations
Color information
#53D6CB (or 0x53D6CB) is known color: Medium Turquoise. HEX triplet: 53, D6 and CB. RGB value is (83,214,203). Sum of RGB (Red+Green+Blue) = 83+214+203=500 (66% of max value = 765). Red value is 83 (32.81% from 255 or 16.6% from 500); Green value is 214 (83.98% from 255 or 42.8% from 500); Blue value is 203 (79.69% from 255 or 40.6% from 500); Max value from RGB is 214 - color contains mainly: green. Hex color #53D6CB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #53D6CB is #AC2934. Grayscale: #ADADAD. Windows color (decimal): -11282741 or 13358675. OLE color: 13358675.
HSL color Cylindrical-coordinate representation of color #53D6CB: hue angle of 174.96º degrees, saturation: 0.62, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #53D6CB is Cyan = 0.61, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 83 | 214 | 203 | - |
| CMYK | 0.61 | 0 | 0.05 | 0.16 |
| HSL | 174.96º | 0.62% | 0.58% | - |
| HSV(B) | 174.96º | 0.61% | 0.84% | - |
| XYZ | 38.39 | 54.24 | 64.95 | - |
| YUV | 173.58 | 144.6 | 63.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 214 | 203 | 0.61 | 0 | 0.05 | 0.16 | 174.96 | 0.62 | 0.58 |
| Hex | 53 | D6 | CB | 3D | 0 | 5 | 10 | AF | 3E | 3A |
| Octal | 123 | 326 | 313 | 75 | 0 | 5 | 20 | 257 | 76 | 72 |
| Binary | 1010011 | 11010110 | 11001011 | 111101 | 0 | 101 | 10000 | 10101111 | 111110 | 111010 |
Color Harmonies of #53D6CB
Complementary color
Monochromatic Colors of #53D6CB
Black with #53D6CB
Text Example
Text Example
White with #53D6CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53D6CB; }
p { color: rgb(83,214,203); }
H1.HeaderClassName
{
color: #53D6CB;
}
.AnyTagClassName
{
color: #53D6CB;
}
</style>
background-color css
<style>
a { background-color: #53D6CB; }
a { background-color: rgb(83,214,203); }
div.DivClassName
{
background-color: #53D6CB;
}
.BgClassName
{
background-color: #53D6CB;
}
</style>
border-color css
<style>
span { border-color: #53D6CB; }
span { border-color: rgb(83,214,203); }
td.TdClassName
{
border-color: #53D6CB;
}
.TagClassName
{
border-color: #53D6CB;
}
</style>