Shades of Medium Turquoise #50CEC4
Tints of Medium Turquoise #50CEC4
RGB
CMYK
RGB Variations
Color information
#50CEC4 (or 0x50CEC4) is known color: Medium Turquoise. HEX triplet: 50, CE and C4. RGB value is (80,206,196). Sum of RGB (Red+Green+Blue) = 80+206+196=482 (63% of max value = 765). Red value is 80 (31.64% from 255 or 16.60% from 482); Green value is 206 (80.86% from 255 or 42.74% from 482); Blue value is 196 (76.95% from 255 or 40.66% from 482); Max value from RGB is 206 - color contains mainly: green. Hex color #50CEC4 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #50CEC4 is #AF313B. Grayscale: #A7A7A7. Windows color (decimal): -11481404 or 12897872. OLE color: 12897872.
HSL color Cylindrical-coordinate representation of color #50CEC4: hue angle of 175.24º 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 #50CEC4 is Cyan = 0.61, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 80 | 206 | 196 | - |
| CMYK | 0.61 | 0 | 0.05 | 0.19 |
| HSL | 175.24º | 0.56% | 0.56% | - |
| HSV(B) | 175.24º | 0.61% | 0.81% | - |
| XYZ | 35.34 | 49.83 | 59.98 | - |
| YUV | 167.19 | 144.26 | 65.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 206 | 196 | 0.61 | 0 | 0.05 | 0.19 | 175.24 | 0.56 | 0.56 |
| Hex | 50 | CE | C4 | 3D | 0 | 5 | 13 | AF | 38 | 38 |
| Octal | 120 | 316 | 304 | 75 | 0 | 5 | 23 | 257 | 70 | 70 |
| Binary | 1010000 | 11001110 | 11000100 | 111101 | 0 | 101 | 10011 | 10101111 | 111000 | 111000 |
Color Harmonies of #50CEC4
Complementary color
Monochromatic Colors of #50CEC4
Black with #50CEC4
Text Example
Text Example
White with #50CEC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50CEC4; }
p { color: rgb(80,206,196); }
H1.HeaderClassName
{
color: #50CEC4;
}
.AnyTagClassName
{
color: #50CEC4;
}
</style>
background-color css
<style>
a { background-color: #50CEC4; }
a { background-color: rgb(80,206,196); }
div.DivClassName
{
background-color: #50CEC4;
}
.BgClassName
{
background-color: #50CEC4;
}
</style>
border-color css
<style>
span { border-color: #50CEC4; }
span { border-color: rgb(80,206,196); }
td.TdClassName
{
border-color: #50CEC4;
}
.TagClassName
{
border-color: #50CEC4;
}
</style>