Shades of Medium Turquoise #50CECB
Tints of Medium Turquoise #50CECB
RGB
CMYK
RGB Variations
Color information
#50CECB (or 0x50CECB) is known color: Medium Turquoise. HEX triplet: 50, CE and CB. RGB value is (80,206,203). Sum of RGB (Red+Green+Blue) = 80+206+203=489 (64% of max value = 765). Red value is 80 (31.64% from 255 or 16.36% from 489); Green value is 206 (80.86% from 255 or 42.13% from 489); Blue value is 203 (79.69% from 255 or 41.51% from 489); Max value from RGB is 206 - color contains mainly: green. Hex color #50CECB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #50CECB is #AF3134. Grayscale: #A7A7A7. Windows color (decimal): -11481397 or 13356624. OLE color: 13356624.
HSL color Cylindrical-coordinate representation of color #50CECB: hue angle of 178.57º degrees, saturation: 0.56, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #50CECB is Cyan = 0.61, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 80 | 206 | 203 | - |
| CMYK | 0.61 | 0 | 0.01 | 0.19 |
| HSL | 178.57º | 0.56% | 0.56% | - |
| HSV(B) | 178.57º | 0.61% | 0.81% | - |
| XYZ | 36.16 | 50.16 | 64.28 | - |
| YUV | 167.98 | 147.76 | 65.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 206 | 203 | 0.61 | 0 | 0.01 | 0.19 | 178.57 | 0.56 | 0.56 |
| Hex | 50 | CE | CB | 3D | 0 | 1 | 13 | B3 | 38 | 38 |
| Octal | 120 | 316 | 313 | 75 | 0 | 1 | 23 | 263 | 70 | 70 |
| Binary | 1010000 | 11001110 | 11001011 | 111101 | 0 | 1 | 10011 | 10110011 | 111000 | 111000 |
Color Harmonies of #50CECB
Complementary color
Monochromatic Colors of #50CECB
Black with #50CECB
Text Example
Text Example
White with #50CECB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50CECB; }
p { color: rgb(80,206,203); }
H1.HeaderClassName
{
color: #50CECB;
}
.AnyTagClassName
{
color: #50CECB;
}
</style>
background-color css
<style>
a { background-color: #50CECB; }
a { background-color: rgb(80,206,203); }
div.DivClassName
{
background-color: #50CECB;
}
.BgClassName
{
background-color: #50CECB;
}
</style>
border-color css
<style>
span { border-color: #50CECB; }
span { border-color: rgb(80,206,203); }
td.TdClassName
{
border-color: #50CECB;
}
.TagClassName
{
border-color: #50CECB;
}
</style>