Shades of Medium Turquoise #53C6DC
Tints of Medium Turquoise #53C6DC
RGB
CMYK
RGB Variations
Color information
#53C6DC (or 0x53C6DC) is known color: Medium Turquoise. HEX triplet: 53, C6 and DC. RGB value is (83,198,220). Sum of RGB (Red+Green+Blue) = 83+198+220=501 (66% of max value = 765). Red value is 83 (32.81% from 255 or 16.57% from 501); Green value is 198 (77.73% from 255 or 39.52% from 501); Blue value is 220 (86.33% from 255 or 43.91% from 501); Max value from RGB is 220 - color contains mainly: blue. Hex color #53C6DC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #53C6DC is #AC3923. Grayscale: #A5A5A5. Windows color (decimal): -11286820 or 14468691. OLE color: 14468691.
HSL color Cylindrical-coordinate representation of color #53C6DC: hue angle of 189.64º 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 #53C6DC is Cyan = 0.62, Magento = 0.1, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 83 | 198 | 220 | - |
| CMYK | 0.62 | 0.1 | 0 | 0.14 |
| HSL | 189.64º | 0.66% | 0.59% | - |
| HSV(B) | 189.64º | 0.62% | 0.86% | - |
| XYZ | 36.68 | 47.39 | 74.92 | - |
| YUV | 166.12 | 158.4 | 68.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 198 | 220 | 0.62 | 0.1 | 0 | 0.14 | 189.64 | 0.66 | 0.59 |
| Hex | 53 | C6 | DC | 3E | A | 0 | E | BE | 42 | 3B |
| Octal | 123 | 306 | 334 | 76 | 12 | 0 | 16 | 276 | 102 | 73 |
| Binary | 1010011 | 11000110 | 11011100 | 111110 | 1010 | 0 | 1110 | 10111110 | 1000010 | 111011 |
Color Harmonies of #53C6DC
Complementary color
Monochromatic Colors of #53C6DC
Black with #53C6DC
Text Example
Text Example
White with #53C6DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53C6DC; }
p { color: rgb(83,198,220); }
H1.HeaderClassName
{
color: #53C6DC;
}
.AnyTagClassName
{
color: #53C6DC;
}
</style>
background-color css
<style>
a { background-color: #53C6DC; }
a { background-color: rgb(83,198,220); }
div.DivClassName
{
background-color: #53C6DC;
}
.BgClassName
{
background-color: #53C6DC;
}
</style>
border-color css
<style>
span { border-color: #53C6DC; }
span { border-color: rgb(83,198,220); }
td.TdClassName
{
border-color: #53C6DC;
}
.TagClassName
{
border-color: #53C6DC;
}
</style>