Shades of Medium Turquoise #53CECD
Tints of Medium Turquoise #53CECD
RGB
CMYK
RGB Variations
Color information
#53CECD (or 0x53CECD) is known color: Medium Turquoise. HEX triplet: 53, CE and CD. RGB value is (83,206,205). Sum of RGB (Red+Green+Blue) = 83+206+205=494 (65% of max value = 765). Red value is 83 (32.81% from 255 or 16.80% from 494); Green value is 206 (80.86% from 255 or 41.70% from 494); Blue value is 205 (80.47% from 255 or 41.50% from 494); Max value from RGB is 206 - color contains mainly: green. Hex color #53CECD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #53CECD is #AC3132. Grayscale: #A8A8A8. Windows color (decimal): -11284787 or 13487699. OLE color: 13487699.
HSL color Cylindrical-coordinate representation of color #53CECD: hue angle of 179.51º degrees, saturation: 0.56, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #53CECD is Cyan = 0.60, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 83 | 206 | 205 | - |
| CMYK | 0.60 | 0 | 0.00 | 0.19 |
| HSL | 179.51º | 0.56% | 0.57% | - |
| HSV(B) | 179.51º | 0.6% | 0.81% | - |
| XYZ | 36.66 | 50.39 | 65.55 | - |
| YUV | 169.11 | 148.25 | 66.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 206 | 205 | 0.60 | 0 | 0.00 | 0.19 | 179.51 | 0.56 | 0.57 |
| Hex | 53 | CE | CD | 3C | 0 | 0 | 13 | B4 | 38 | 39 |
| Octal | 123 | 316 | 315 | 74 | 0 | 0 | 23 | 264 | 70 | 71 |
| Binary | 1010011 | 11001110 | 11001101 | 111100 | 0 | 0 | 10011 | 10110100 | 111000 | 111001 |
Color Harmonies of #53CECD
Complementary color
Monochromatic Colors of #53CECD
Black with #53CECD
Text Example
Text Example
White with #53CECD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53CECD; }
p { color: rgb(83,206,205); }
H1.HeaderClassName
{
color: #53CECD;
}
.AnyTagClassName
{
color: #53CECD;
}
</style>
background-color css
<style>
a { background-color: #53CECD; }
a { background-color: rgb(83,206,205); }
div.DivClassName
{
background-color: #53CECD;
}
.BgClassName
{
background-color: #53CECD;
}
</style>
border-color css
<style>
span { border-color: #53CECD; }
span { border-color: rgb(83,206,205); }
td.TdClassName
{
border-color: #53CECD;
}
.TagClassName
{
border-color: #53CECD;
}
</style>