Shades of Medium Turquoise #53CDD0
Tints of Medium Turquoise #53CDD0
RGB
CMYK
RGB Variations
Color information
#53CDD0 (or 0x53CDD0) is known color: Medium Turquoise. HEX triplet: 53, CD and D0. RGB value is (83,205,208). Sum of RGB (Red+Green+Blue) = 83+205+208=496 (65% of max value = 765). Red value is 83 (32.81% from 255 or 16.73% from 496); Green value is 205 (80.47% from 255 or 41.33% from 496); Blue value is 208 (81.64% from 255 or 41.94% from 496); Max value from RGB is 208 - color contains mainly: blue. Hex color #53CDD0 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #53CDD0 is #AC322F. Grayscale: #A8A8A8. Windows color (decimal): -11285040 or 13684051. OLE color: 13684051.
HSL color Cylindrical-coordinate representation of color #53CDD0: hue angle of 181.44º degrees, saturation: 0.57, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #53CDD0 is Cyan = 0.60, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 83 | 205 | 208 | - |
| CMYK | 0.60 | 0.01 | 0 | 0.18 |
| HSL | 181.44º | 0.57% | 0.57% | - |
| HSV(B) | 181.44º | 0.6% | 0.82% | - |
| XYZ | 36.78 | 50.06 | 67.4 | - |
| YUV | 168.86 | 150.08 | 66.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 205 | 208 | 0.60 | 0.01 | 0 | 0.18 | 181.44 | 0.57 | 0.57 |
| Hex | 53 | CD | D0 | 3C | 1 | 0 | 12 | B5 | 39 | 39 |
| Octal | 123 | 315 | 320 | 74 | 1 | 0 | 22 | 265 | 71 | 71 |
| Binary | 1010011 | 11001101 | 11010000 | 111100 | 1 | 0 | 10010 | 10110101 | 111001 | 111001 |
Color Harmonies of #53CDD0
Complementary color
Monochromatic Colors of #53CDD0
Black with #53CDD0
Text Example
Text Example
White with #53CDD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53CDD0; }
p { color: rgb(83,205,208); }
H1.HeaderClassName
{
color: #53CDD0;
}
.AnyTagClassName
{
color: #53CDD0;
}
</style>
background-color css
<style>
a { background-color: #53CDD0; }
a { background-color: rgb(83,205,208); }
div.DivClassName
{
background-color: #53CDD0;
}
.BgClassName
{
background-color: #53CDD0;
}
</style>
border-color css
<style>
span { border-color: #53CDD0; }
span { border-color: rgb(83,205,208); }
td.TdClassName
{
border-color: #53CDD0;
}
.TagClassName
{
border-color: #53CDD0;
}
</style>