Shades of Medium Turquoise #50CFD1
Tints of Medium Turquoise #50CFD1
RGB
CMYK
RGB Variations
Color information
#50CFD1 (or 0x50CFD1) is known color: Medium Turquoise. HEX triplet: 50, CF and D1. RGB value is (80,207,209). Sum of RGB (Red+Green+Blue) = 80+207+209=496 (65% of max value = 765). Red value is 80 (31.64% from 255 or 16.13% from 496); Green value is 207 (81.25% from 255 or 41.73% from 496); Blue value is 209 (82.03% from 255 or 42.14% from 496); Max value from RGB is 209 - color contains mainly: blue. Hex color #50CFD1 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #50CFD1 is #AF302E. Grayscale: #A9A9A9. Windows color (decimal): -11481135 or 13750096. OLE color: 13750096.
HSL color Cylindrical-coordinate representation of color #50CFD1: hue angle of 180.93º degrees, saturation: 0.58, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #50CFD1 is Cyan = 0.62, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 80 | 207 | 209 | - |
| CMYK | 0.62 | 0.01 | 0 | 0.18 |
| HSL | 180.93º | 0.58% | 0.57% | - |
| HSV(B) | 180.93º | 0.62% | 0.82% | - |
| XYZ | 37.13 | 50.93 | 68.2 | - |
| YUV | 169.26 | 150.42 | 64.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 207 | 209 | 0.62 | 0.01 | 0 | 0.18 | 180.93 | 0.58 | 0.57 |
| Hex | 50 | CF | D1 | 3E | 1 | 0 | 12 | B5 | 3A | 39 |
| Octal | 120 | 317 | 321 | 76 | 1 | 0 | 22 | 265 | 72 | 71 |
| Binary | 1010000 | 11001111 | 11010001 | 111110 | 1 | 0 | 10010 | 10110101 | 111010 | 111001 |
Color Harmonies of #50CFD1
Complementary color
Monochromatic Colors of #50CFD1
Black with #50CFD1
Text Example
Text Example
White with #50CFD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50CFD1; }
p { color: rgb(80,207,209); }
H1.HeaderClassName
{
color: #50CFD1;
}
.AnyTagClassName
{
color: #50CFD1;
}
</style>
background-color css
<style>
a { background-color: #50CFD1; }
a { background-color: rgb(80,207,209); }
div.DivClassName
{
background-color: #50CFD1;
}
.BgClassName
{
background-color: #50CFD1;
}
</style>
border-color css
<style>
span { border-color: #50CFD1; }
span { border-color: rgb(80,207,209); }
td.TdClassName
{
border-color: #50CFD1;
}
.TagClassName
{
border-color: #50CFD1;
}
</style>