Shades of Medium Turquoise #53C9DC
Tints of Medium Turquoise #53C9DC
RGB
CMYK
RGB Variations
Color information
#53C9DC (or 0x53C9DC) is known color: Medium Turquoise. HEX triplet: 53, C9 and DC. RGB value is (83,201,220). Sum of RGB (Red+Green+Blue) = 83+201+220=504 (66% of max value = 765). Red value is 83 (32.81% from 255 or 16.47% from 504); Green value is 201 (78.91% from 255 or 39.88% from 504); Blue value is 220 (86.33% from 255 or 43.65% from 504); Max value from RGB is 220 - color contains mainly: blue. Hex color #53C9DC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #53C9DC is #AC3623. Grayscale: #A7A7A7. Windows color (decimal): -11286052 or 14469459. OLE color: 14469459.
HSL color Cylindrical-coordinate representation of color #53C9DC: hue angle of 188.32º degrees, saturation: 0.66, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #53C9DC is Cyan = 0.62, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 83 | 201 | 220 | - |
| CMYK | 0.62 | 0.09 | 0 | 0.14 |
| HSL | 188.32º | 0.66% | 0.59% | - |
| HSV(B) | 188.32º | 0.62% | 0.86% | - |
| XYZ | 37.37 | 48.78 | 75.16 | - |
| YUV | 167.88 | 157.41 | 67.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 201 | 220 | 0.62 | 0.09 | 0 | 0.14 | 188.32 | 0.66 | 0.59 |
| Hex | 53 | C9 | DC | 3E | 9 | 0 | E | BC | 42 | 3B |
| Octal | 123 | 311 | 334 | 76 | 11 | 0 | 16 | 274 | 102 | 73 |
| Binary | 1010011 | 11001001 | 11011100 | 111110 | 1001 | 0 | 1110 | 10111100 | 1000010 | 111011 |
Color Harmonies of #53C9DC
Complementary color
Monochromatic Colors of #53C9DC
Black with #53C9DC
Text Example
Text Example
White with #53C9DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53C9DC; }
p { color: rgb(83,201,220); }
H1.HeaderClassName
{
color: #53C9DC;
}
.AnyTagClassName
{
color: #53C9DC;
}
</style>
background-color css
<style>
a { background-color: #53C9DC; }
a { background-color: rgb(83,201,220); }
div.DivClassName
{
background-color: #53C9DC;
}
.BgClassName
{
background-color: #53C9DC;
}
</style>
border-color css
<style>
span { border-color: #53C9DC; }
span { border-color: rgb(83,201,220); }
td.TdClassName
{
border-color: #53C9DC;
}
.TagClassName
{
border-color: #53C9DC;
}
</style>