Shades of Medium Turquoise #53C2C6
Tints of Medium Turquoise #53C2C6
RGB
CMYK
RGB Variations
Color information
#53C2C6 (or 0x53C2C6) is known color: Medium Turquoise. HEX triplet: 53, C2 and C6. RGB value is (83,194,198). Sum of RGB (Red+Green+Blue) = 83+194+198=475 (62% of max value = 765). Red value is 83 (32.81% from 255 or 17.47% from 475); Green value is 194 (76.17% from 255 or 40.84% from 475); Blue value is 198 (77.73% from 255 or 41.68% from 475); Max value from RGB is 198 - color contains mainly: blue. Hex color #53C2C6 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #53C2C6 is #AC3D39. Grayscale: #A1A1A1. Windows color (decimal): -11287866 or 13025875. OLE color: 13025875.
HSL color Cylindrical-coordinate representation of color #53C2C6: hue angle of 182.09º degrees, saturation: 0.5, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #53C2C6 is Cyan = 0.58, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 83 | 194 | 198 | - |
| CMYK | 0.58 | 0.02 | 0 | 0.22 |
| HSL | 182.09º | 0.5% | 0.55% | - |
| HSV(B) | 182.09º | 0.58% | 0.78% | - |
| XYZ | 33.05 | 44.5 | 60.27 | - |
| YUV | 161.27 | 148.73 | 72.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 194 | 198 | 0.58 | 0.02 | 0 | 0.22 | 182.09 | 0.5 | 0.55 |
| Hex | 53 | C2 | C6 | 3A | 2 | 0 | 16 | B6 | 32 | 37 |
| Octal | 123 | 302 | 306 | 72 | 2 | 0 | 26 | 266 | 62 | 67 |
| Binary | 1010011 | 11000010 | 11000110 | 111010 | 10 | 0 | 10110 | 10110110 | 110010 | 110111 |
Color Harmonies of #53C2C6
Complementary color
Monochromatic Colors of #53C2C6
Black with #53C2C6
Text Example
Text Example
White with #53C2C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53C2C6; }
p { color: rgb(83,194,198); }
H1.HeaderClassName
{
color: #53C2C6;
}
.AnyTagClassName
{
color: #53C2C6;
}
</style>
background-color css
<style>
a { background-color: #53C2C6; }
a { background-color: rgb(83,194,198); }
div.DivClassName
{
background-color: #53C2C6;
}
.BgClassName
{
background-color: #53C2C6;
}
</style>
border-color css
<style>
span { border-color: #53C2C6; }
span { border-color: rgb(83,194,198); }
td.TdClassName
{
border-color: #53C2C6;
}
.TagClassName
{
border-color: #53C2C6;
}
</style>