Shades of Medium Turquoise #53C3CE
Tints of Medium Turquoise #53C3CE
RGB
CMYK
RGB Variations
Color information
#53C3CE (or 0x53C3CE) is known color: Medium Turquoise. HEX triplet: 53, C3 and CE. RGB value is (83,195,206). Sum of RGB (Red+Green+Blue) = 83+195+206=484 (64% of max value = 765). Red value is 83 (32.81% from 255 or 17.15% from 484); Green value is 195 (76.56% from 255 or 40.29% from 484); Blue value is 206 (80.86% from 255 or 42.56% from 484); Max value from RGB is 206 - color contains mainly: blue. Hex color #53C3CE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #53C3CE is #AC3C31. Grayscale: #A2A2A2. Windows color (decimal): -11287602 or 13550419. OLE color: 13550419.
HSL color Cylindrical-coordinate representation of color #53C3CE: hue angle of 185.37º 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 #53C3CE is Cyan = 0.60, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 83 | 195 | 206 | - |
| CMYK | 0.60 | 0.05 | 0 | 0.19 |
| HSL | 185.37º | 0.56% | 0.57% | - |
| HSV(B) | 185.37º | 0.6% | 0.81% | - |
| XYZ | 34.22 | 45.33 | 65.34 | - |
| YUV | 162.77 | 152.39 | 71.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 195 | 206 | 0.60 | 0.05 | 0 | 0.19 | 185.37 | 0.56 | 0.57 |
| Hex | 53 | C3 | CE | 3C | 5 | 0 | 13 | B9 | 38 | 39 |
| Octal | 123 | 303 | 316 | 74 | 5 | 0 | 23 | 271 | 70 | 71 |
| Binary | 1010011 | 11000011 | 11001110 | 111100 | 101 | 0 | 10011 | 10111001 | 111000 | 111001 |
Color Harmonies of #53C3CE
Complementary color
Monochromatic Colors of #53C3CE
Black with #53C3CE
Text Example
Text Example
White with #53C3CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53C3CE; }
p { color: rgb(83,195,206); }
H1.HeaderClassName
{
color: #53C3CE;
}
.AnyTagClassName
{
color: #53C3CE;
}
</style>
background-color css
<style>
a { background-color: #53C3CE; }
a { background-color: rgb(83,195,206); }
div.DivClassName
{
background-color: #53C3CE;
}
.BgClassName
{
background-color: #53C3CE;
}
</style>
border-color css
<style>
span { border-color: #53C3CE; }
span { border-color: rgb(83,195,206); }
td.TdClassName
{
border-color: #53C3CE;
}
.TagClassName
{
border-color: #53C3CE;
}
</style>