Shades of Medium Turquoise #50CFDF
Tints of Medium Turquoise #50CFDF
RGB
CMYK
RGB Variations
Color information
#50CFDF (or 0x50CFDF) is known color: Medium Turquoise. HEX triplet: 50, CF and DF. RGB value is (80,207,223). Sum of RGB (Red+Green+Blue) = 80+207+223=510 (67% of max value = 765). Red value is 80 (31.64% from 255 or 15.69% from 510); Green value is 207 (81.25% from 255 or 40.59% from 510); Blue value is 223 (87.5% from 255 or 43.73% from 510); Max value from RGB is 223 - color contains mainly: blue. Hex color #50CFDF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #50CFDF is #AF3020. Grayscale: #AAAAAA. Windows color (decimal): -11481121 or 14667600. OLE color: 14667600.
HSL color Cylindrical-coordinate representation of color #50CFDF: hue angle of 186.71º degrees, saturation: 0.69, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #50CFDF is Cyan = 0.64, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 80 | 207 | 223 | - |
| CMYK | 0.64 | 0.07 | 0 | 0.13 |
| HSL | 186.71º | 0.69% | 0.59% | - |
| HSV(B) | 186.71º | 0.64% | 0.87% | - |
| XYZ | 38.94 | 51.66 | 77.73 | - |
| YUV | 170.85 | 157.42 | 63.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 207 | 223 | 0.64 | 0.07 | 0 | 0.13 | 186.71 | 0.69 | 0.59 |
| Hex | 50 | CF | DF | 40 | 7 | 0 | D | BB | 45 | 3B |
| Octal | 120 | 317 | 337 | 100 | 7 | 0 | 15 | 273 | 105 | 73 |
| Binary | 1010000 | 11001111 | 11011111 | 1000000 | 111 | 0 | 1101 | 10111011 | 1000101 | 111011 |
Color Harmonies of #50CFDF
Complementary color
Monochromatic Colors of #50CFDF
Black with #50CFDF
Text Example
Text Example
White with #50CFDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50CFDF; }
p { color: rgb(80,207,223); }
H1.HeaderClassName
{
color: #50CFDF;
}
.AnyTagClassName
{
color: #50CFDF;
}
</style>
background-color css
<style>
a { background-color: #50CFDF; }
a { background-color: rgb(80,207,223); }
div.DivClassName
{
background-color: #50CFDF;
}
.BgClassName
{
background-color: #50CFDF;
}
</style>
border-color css
<style>
span { border-color: #50CFDF; }
span { border-color: rgb(80,207,223); }
td.TdClassName
{
border-color: #50CFDF;
}
.TagClassName
{
border-color: #50CFDF;
}
</style>