Shades of Medium Turquoise #50C3CF
Tints of Medium Turquoise #50C3CF
RGB
CMYK
RGB Variations
Color information
#50C3CF (or 0x50C3CF) is known color: Medium Turquoise. HEX triplet: 50, C3 and CF. RGB value is (80,195,207). Sum of RGB (Red+Green+Blue) = 80+195+207=482 (63% of max value = 765). Red value is 80 (31.64% from 255 or 16.60% from 482); Green value is 195 (76.56% from 255 or 40.46% from 482); Blue value is 207 (81.25% from 255 or 42.95% from 482); Max value from RGB is 207 - color contains mainly: blue. Hex color #50C3CF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #50C3CF is #AF3C30. Grayscale: #A1A1A1. Windows color (decimal): -11484209 or 13615952. OLE color: 13615952.
HSL color Cylindrical-coordinate representation of color #50C3CF: hue angle of 185.67º degrees, saturation: 0.57, 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 #50C3CF is Cyan = 0.61, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 80 | 195 | 207 | - |
| CMYK | 0.61 | 0.06 | 0 | 0.19 |
| HSL | 185.67º | 0.57% | 0.56% | - |
| HSV(B) | 185.67º | 0.61% | 0.81% | - |
| XYZ | 34.09 | 45.24 | 65.97 | - |
| YUV | 161.98 | 153.4 | 69.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 195 | 207 | 0.61 | 0.06 | 0 | 0.19 | 185.67 | 0.57 | 0.56 |
| Hex | 50 | C3 | CF | 3D | 6 | 0 | 13 | BA | 39 | 38 |
| Octal | 120 | 303 | 317 | 75 | 6 | 0 | 23 | 272 | 71 | 70 |
| Binary | 1010000 | 11000011 | 11001111 | 111101 | 110 | 0 | 10011 | 10111010 | 111001 | 111000 |
Color Harmonies of #50C3CF
Complementary color
Monochromatic Colors of #50C3CF
Black with #50C3CF
Text Example
Text Example
White with #50C3CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50C3CF; }
p { color: rgb(80,195,207); }
H1.HeaderClassName
{
color: #50C3CF;
}
.AnyTagClassName
{
color: #50C3CF;
}
</style>
background-color css
<style>
a { background-color: #50C3CF; }
a { background-color: rgb(80,195,207); }
div.DivClassName
{
background-color: #50C3CF;
}
.BgClassName
{
background-color: #50C3CF;
}
</style>
border-color css
<style>
span { border-color: #50C3CF; }
span { border-color: rgb(80,195,207); }
td.TdClassName
{
border-color: #50C3CF;
}
.TagClassName
{
border-color: #50C3CF;
}
</style>