Shades of Medium Turquoise #50CFD7
Tints of Medium Turquoise #50CFD7
RGB
CMYK
RGB Variations
Color information
#50CFD7 (or 0x50CFD7) is known color: Medium Turquoise. HEX triplet: 50, CF and D7. RGB value is (80,207,215). Sum of RGB (Red+Green+Blue) = 80+207+215=502 (66% of max value = 765). Red value is 80 (31.64% from 255 or 15.94% from 502); Green value is 207 (81.25% from 255 or 41.24% from 502); Blue value is 215 (84.38% from 255 or 42.83% from 502); Max value from RGB is 215 - color contains mainly: blue. Hex color #50CFD7 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #50CFD7 is #AF3028. Grayscale: #A9A9A9. Windows color (decimal): -11481129 or 14143312. OLE color: 14143312.
HSL color Cylindrical-coordinate representation of color #50CFD7: hue angle of 183.56º degrees, saturation: 0.63, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #50CFD7 is Cyan = 0.63, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 80 | 207 | 215 | - |
| CMYK | 0.63 | 0.04 | 0 | 0.16 |
| HSL | 183.56º | 0.63% | 0.58% | - |
| HSV(B) | 183.56º | 0.63% | 0.84% | - |
| XYZ | 37.89 | 51.24 | 72.18 | - |
| YUV | 169.94 | 153.42 | 63.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 207 | 215 | 0.63 | 0.04 | 0 | 0.16 | 183.56 | 0.63 | 0.58 |
| Hex | 50 | CF | D7 | 3F | 4 | 0 | 10 | B8 | 3F | 3A |
| Octal | 120 | 317 | 327 | 77 | 4 | 0 | 20 | 270 | 77 | 72 |
| Binary | 1010000 | 11001111 | 11010111 | 111111 | 100 | 0 | 10000 | 10111000 | 111111 | 111010 |
Color Harmonies of #50CFD7
Complementary color
Monochromatic Colors of #50CFD7
Black with #50CFD7
Text Example
Text Example
White with #50CFD7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50CFD7; }
p { color: rgb(80,207,215); }
H1.HeaderClassName
{
color: #50CFD7;
}
.AnyTagClassName
{
color: #50CFD7;
}
</style>
background-color css
<style>
a { background-color: #50CFD7; }
a { background-color: rgb(80,207,215); }
div.DivClassName
{
background-color: #50CFD7;
}
.BgClassName
{
background-color: #50CFD7;
}
</style>
border-color css
<style>
span { border-color: #50CFD7; }
span { border-color: rgb(80,207,215); }
td.TdClassName
{
border-color: #50CFD7;
}
.TagClassName
{
border-color: #50CFD7;
}
</style>