Shades of Medium Turquoise #50CFCF
Tints of Medium Turquoise #50CFCF
RGB
CMYK
RGB Variations
Color information
#50CFCF (or 0x50CFCF) is known color: Medium Turquoise. HEX triplet: 50, CF and CF. RGB value is (80,207,207). Sum of RGB (Red+Green+Blue) = 80+207+207=494 (65% of max value = 765). Red value is 80 (31.64% from 255 or 16.19% from 494); Green value is 207 (81.25% from 255 or 41.90% from 494); Blue value is 207 (81.25% from 255 or 41.90% from 494); Max value from RGB is 207 - color contains mainly: green, blue. Hex color #50CFCF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #50CFCF is #AF3030. Grayscale: #A8A8A8. Windows color (decimal): -11481137 or 13619024. OLE color: 13619024.
HSL color Cylindrical-coordinate representation of color #50CFCF: hue angle of 180º 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 #50CFCF is Cyan = 0.61, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 80 | 207 | 207 | - |
| CMYK | 0.61 | 0 | 0 | 0.19 |
| HSL | 180º | 0.57% | 0.56% | - |
| HSV(B) | 180º | 0.61% | 0.81% | - |
| XYZ | 36.88 | 50.84 | 66.9 | - |
| YUV | 169.03 | 149.42 | 64.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 207 | 207 | 0.61 | 0 | 0 | 0.19 | 180 | 0.57 | 0.56 |
| Hex | 50 | CF | CF | 3D | 0 | 0 | 13 | B4 | 39 | 38 |
| Octal | 120 | 317 | 317 | 75 | 0 | 0 | 23 | 264 | 71 | 70 |
| Binary | 1010000 | 11001111 | 11001111 | 111101 | 0 | 0 | 10011 | 10110100 | 111001 | 111000 |
Color Harmonies of #50CFCF
Complementary color
Monochromatic Colors of #50CFCF
Black with #50CFCF
Text Example
Text Example
White with #50CFCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50CFCF; }
p { color: rgb(80,207,207); }
H1.HeaderClassName
{
color: #50CFCF;
}
.AnyTagClassName
{
color: #50CFCF;
}
</style>
background-color css
<style>
a { background-color: #50CFCF; }
a { background-color: rgb(80,207,207); }
div.DivClassName
{
background-color: #50CFCF;
}
.BgClassName
{
background-color: #50CFCF;
}
</style>
border-color css
<style>
span { border-color: #50CFCF; }
span { border-color: rgb(80,207,207); }
td.TdClassName
{
border-color: #50CFCF;
}
.TagClassName
{
border-color: #50CFCF;
}
</style>