Shades of Medium Turquoise #53CCD5
Tints of Medium Turquoise #53CCD5
RGB
CMYK
RGB Variations
Color information
#53CCD5 (or 0x53CCD5) is known color: Medium Turquoise. HEX triplet: 53, CC and D5. RGB value is (83,204,213). Sum of RGB (Red+Green+Blue) = 83+204+213=500 (66% of max value = 765). Red value is 83 (32.81% from 255 or 16.6% from 500); Green value is 204 (80.08% from 255 or 40.8% from 500); Blue value is 213 (83.59% from 255 or 42.6% from 500); Max value from RGB is 213 - color contains mainly: blue. Hex color #53CCD5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #53CCD5 is #AC332A. Grayscale: #A8A8A8. Windows color (decimal): -11285291 or 14011475. OLE color: 14011475.
HSL color Cylindrical-coordinate representation of color #53CCD5: hue angle of 184.15º degrees, saturation: 0.61, 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 #53CCD5 is Cyan = 0.61, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 83 | 204 | 213 | - |
| CMYK | 0.61 | 0.04 | 0 | 0.16 |
| HSL | 184.15º | 0.61% | 0.58% | - |
| HSV(B) | 184.15º | 0.61% | 0.84% | - |
| XYZ | 37.17 | 49.83 | 70.61 | - |
| YUV | 168.85 | 152.91 | 66.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 204 | 213 | 0.61 | 0.04 | 0 | 0.16 | 184.15 | 0.61 | 0.58 |
| Hex | 53 | CC | D5 | 3D | 4 | 0 | 10 | B8 | 3D | 3A |
| Octal | 123 | 314 | 325 | 75 | 4 | 0 | 20 | 270 | 75 | 72 |
| Binary | 1010011 | 11001100 | 11010101 | 111101 | 100 | 0 | 10000 | 10111000 | 111101 | 111010 |
Color Harmonies of #53CCD5
Complementary color
Monochromatic Colors of #53CCD5
Black with #53CCD5
Text Example
Text Example
White with #53CCD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53CCD5; }
p { color: rgb(83,204,213); }
H1.HeaderClassName
{
color: #53CCD5;
}
.AnyTagClassName
{
color: #53CCD5;
}
</style>
background-color css
<style>
a { background-color: #53CCD5; }
a { background-color: rgb(83,204,213); }
div.DivClassName
{
background-color: #53CCD5;
}
.BgClassName
{
background-color: #53CCD5;
}
</style>
border-color css
<style>
span { border-color: #53CCD5; }
span { border-color: rgb(83,204,213); }
td.TdClassName
{
border-color: #53CCD5;
}
.TagClassName
{
border-color: #53CCD5;
}
</style>