Shades of Medium Turquoise #53C6CE
Tints of Medium Turquoise #53C6CE
RGB
CMYK
RGB Variations
Color information
#53C6CE (or 0x53C6CE) is known color: Medium Turquoise. HEX triplet: 53, C6 and CE. RGB value is (83,198,206). Sum of RGB (Red+Green+Blue) = 83+198+206=487 (64% of max value = 765). Red value is 83 (32.81% from 255 or 17.04% from 487); Green value is 198 (77.73% from 255 or 40.66% from 487); Blue value is 206 (80.86% from 255 or 42.30% from 487); Max value from RGB is 206 - color contains mainly: blue. Hex color #53C6CE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #53C6CE is #AC3931. Grayscale: #A4A4A4. Windows color (decimal): -11286834 or 13551187. OLE color: 13551187.
HSL color Cylindrical-coordinate representation of color #53C6CE: hue angle of 183.9º degrees, saturation: 0.56, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #53C6CE is Cyan = 0.60, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 83 | 198 | 206 | - |
| CMYK | 0.60 | 0.04 | 0 | 0.19 |
| HSL | 183.9º | 0.56% | 0.57% | - |
| HSV(B) | 183.9º | 0.6% | 0.81% | - |
| XYZ | 34.9 | 46.68 | 65.56 | - |
| YUV | 164.53 | 151.4 | 69.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 198 | 206 | 0.60 | 0.04 | 0 | 0.19 | 183.9 | 0.56 | 0.57 |
| Hex | 53 | C6 | CE | 3C | 4 | 0 | 13 | B8 | 38 | 39 |
| Octal | 123 | 306 | 316 | 74 | 4 | 0 | 23 | 270 | 70 | 71 |
| Binary | 1010011 | 11000110 | 11001110 | 111100 | 100 | 0 | 10011 | 10111000 | 111000 | 111001 |
Color Harmonies of #53C6CE
Complementary color
Monochromatic Colors of #53C6CE
Black with #53C6CE
Text Example
Text Example
White with #53C6CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53C6CE; }
p { color: rgb(83,198,206); }
H1.HeaderClassName
{
color: #53C6CE;
}
.AnyTagClassName
{
color: #53C6CE;
}
</style>
background-color css
<style>
a { background-color: #53C6CE; }
a { background-color: rgb(83,198,206); }
div.DivClassName
{
background-color: #53C6CE;
}
.BgClassName
{
background-color: #53C6CE;
}
</style>
border-color css
<style>
span { border-color: #53C6CE; }
span { border-color: rgb(83,198,206); }
td.TdClassName
{
border-color: #53C6CE;
}
.TagClassName
{
border-color: #53C6CE;
}
</style>