Shades of Medium Turquoise #50CFDC
Tints of Medium Turquoise #50CFDC
RGB
CMYK
RGB Variations
Color information
#50CFDC (or 0x50CFDC) is known color: Medium Turquoise. HEX triplet: 50, CF and DC. RGB value is (80,207,220). Sum of RGB (Red+Green+Blue) = 80+207+220=507 (67% of max value = 765). Red value is 80 (31.64% from 255 or 15.78% from 507); Green value is 207 (81.25% from 255 or 40.83% from 507); Blue value is 220 (86.33% from 255 or 43.39% from 507); Max value from RGB is 220 - color contains mainly: blue. Hex color #50CFDC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #50CFDC is #AF3023. Grayscale: #AAAAAA. Windows color (decimal): -11481124 or 14470992. OLE color: 14470992.
HSL color Cylindrical-coordinate representation of color #50CFDC: hue angle of 185.57º degrees, saturation: 0.67, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #50CFDC is Cyan = 0.64, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 80 | 207 | 220 | - |
| CMYK | 0.64 | 0.06 | 0 | 0.14 |
| HSL | 185.57º | 0.67% | 0.59% | - |
| HSV(B) | 185.57º | 0.64% | 0.86% | - |
| XYZ | 38.54 | 51.5 | 75.62 | - |
| YUV | 170.51 | 155.92 | 63.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 207 | 220 | 0.64 | 0.06 | 0 | 0.14 | 185.57 | 0.67 | 0.59 |
| Hex | 50 | CF | DC | 40 | 6 | 0 | E | BA | 43 | 3B |
| Octal | 120 | 317 | 334 | 100 | 6 | 0 | 16 | 272 | 103 | 73 |
| Binary | 1010000 | 11001111 | 11011100 | 1000000 | 110 | 0 | 1110 | 10111010 | 1000011 | 111011 |
Color Harmonies of #50CFDC
Complementary color
Monochromatic Colors of #50CFDC
Black with #50CFDC
Text Example
Text Example
White with #50CFDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50CFDC; }
p { color: rgb(80,207,220); }
H1.HeaderClassName
{
color: #50CFDC;
}
.AnyTagClassName
{
color: #50CFDC;
}
</style>
background-color css
<style>
a { background-color: #50CFDC; }
a { background-color: rgb(80,207,220); }
div.DivClassName
{
background-color: #50CFDC;
}
.BgClassName
{
background-color: #50CFDC;
}
</style>
border-color css
<style>
span { border-color: #50CFDC; }
span { border-color: rgb(80,207,220); }
td.TdClassName
{
border-color: #50CFDC;
}
.TagClassName
{
border-color: #50CFDC;
}
</style>