Shades of Medium Turquoise #53CDC1
Tints of Medium Turquoise #53CDC1
RGB
CMYK
RGB Variations
Color information
#53CDC1 (or 0x53CDC1) is known color: Medium Turquoise. HEX triplet: 53, CD and C1. RGB value is (83,205,193). Sum of RGB (Red+Green+Blue) = 83+205+193=481 (63% of max value = 765). Red value is 83 (32.81% from 255 or 17.26% from 481); Green value is 205 (80.47% from 255 or 42.62% from 481); Blue value is 193 (75.78% from 255 or 40.12% from 481); Max value from RGB is 205 - color contains mainly: green. Hex color #53CDC1 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #53CDC1 is #AC323E. Grayscale: #A7A7A7. Windows color (decimal): -11285055 or 12701011. OLE color: 12701011.
HSL color Cylindrical-coordinate representation of color #53CDC1: hue angle of 174.1º degrees, saturation: 0.55, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #53CDC1 is Cyan = 0.60, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 83 | 205 | 193 | - |
| CMYK | 0.60 | 0 | 0.06 | 0.20 |
| HSL | 174.1º | 0.55% | 0.56% | - |
| HSV(B) | 174.1º | 0.6% | 0.8% | - |
| XYZ | 35.02 | 49.35 | 58.13 | - |
| YUV | 167.15 | 142.58 | 67.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 205 | 193 | 0.60 | 0 | 0.06 | 0.20 | 174.1 | 0.55 | 0.56 |
| Hex | 53 | CD | C1 | 3C | 0 | 6 | 14 | AE | 37 | 38 |
| Octal | 123 | 315 | 301 | 74 | 0 | 6 | 24 | 256 | 67 | 70 |
| Binary | 1010011 | 11001101 | 11000001 | 111100 | 0 | 110 | 10100 | 10101110 | 110111 | 111000 |
Color Harmonies of #53CDC1
Complementary color
Monochromatic Colors of #53CDC1
Black with #53CDC1
Text Example
Text Example
White with #53CDC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53CDC1; }
p { color: rgb(83,205,193); }
H1.HeaderClassName
{
color: #53CDC1;
}
.AnyTagClassName
{
color: #53CDC1;
}
</style>
background-color css
<style>
a { background-color: #53CDC1; }
a { background-color: rgb(83,205,193); }
div.DivClassName
{
background-color: #53CDC1;
}
.BgClassName
{
background-color: #53CDC1;
}
</style>
border-color css
<style>
span { border-color: #53CDC1; }
span { border-color: rgb(83,205,193); }
td.TdClassName
{
border-color: #53CDC1;
}
.TagClassName
{
border-color: #53CDC1;
}
</style>