Shades of Medium Turquoise #53C9D9
Tints of Medium Turquoise #53C9D9
RGB
CMYK
RGB Variations
Color information
#53C9D9 (or 0x53C9D9) is known color: Medium Turquoise. HEX triplet: 53, C9 and D9. RGB value is (83,201,217). Sum of RGB (Red+Green+Blue) = 83+201+217=501 (66% of max value = 765). Red value is 83 (32.81% from 255 or 16.57% from 501); Green value is 201 (78.91% from 255 or 40.12% from 501); Blue value is 217 (85.16% from 255 or 43.31% from 501); Max value from RGB is 217 - color contains mainly: blue. Hex color #53C9D9 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #53C9D9 is #AC3626. Grayscale: #A7A7A7. Windows color (decimal): -11286055 or 14272851. OLE color: 14272851.
HSL color Cylindrical-coordinate representation of color #53C9D9: hue angle of 187.16º degrees, saturation: 0.64, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #53C9D9 is Cyan = 0.62, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 83 | 201 | 217 | - |
| CMYK | 0.62 | 0.07 | 0 | 0.15 |
| HSL | 187.16º | 0.64% | 0.59% | - |
| HSV(B) | 187.16º | 0.62% | 0.85% | - |
| XYZ | 36.98 | 48.62 | 73.08 | - |
| YUV | 167.54 | 155.91 | 67.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 201 | 217 | 0.62 | 0.07 | 0 | 0.15 | 187.16 | 0.64 | 0.59 |
| Hex | 53 | C9 | D9 | 3E | 7 | 0 | F | BB | 40 | 3B |
| Octal | 123 | 311 | 331 | 76 | 7 | 0 | 17 | 273 | 100 | 73 |
| Binary | 1010011 | 11001001 | 11011001 | 111110 | 111 | 0 | 1111 | 10111011 | 1000000 | 111011 |
Color Harmonies of #53C9D9
Complementary color
Monochromatic Colors of #53C9D9
Black with #53C9D9
Text Example
Text Example
White with #53C9D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53C9D9; }
p { color: rgb(83,201,217); }
H1.HeaderClassName
{
color: #53C9D9;
}
.AnyTagClassName
{
color: #53C9D9;
}
</style>
background-color css
<style>
a { background-color: #53C9D9; }
a { background-color: rgb(83,201,217); }
div.DivClassName
{
background-color: #53C9D9;
}
.BgClassName
{
background-color: #53C9D9;
}
</style>
border-color css
<style>
span { border-color: #53C9D9; }
span { border-color: rgb(83,201,217); }
td.TdClassName
{
border-color: #53C9D9;
}
.TagClassName
{
border-color: #53C9D9;
}
</style>