Shades of Turquoise #50F4CF
Tints of Turquoise #50F4CF
RGB
CMYK
RGB Variations
Color information
#50F4CF (or 0x50F4CF) is known color: Turquoise. HEX triplet: 50, F4 and CF. RGB value is (80,244,207). Sum of RGB (Red+Green+Blue) = 80+244+207=531 (70% of max value = 765). Red value is 80 (31.64% from 255 or 15.07% from 531); Green value is 244 (95.70% from 255 or 45.95% from 531); Blue value is 207 (81.25% from 255 or 38.98% from 531); Max value from RGB is 244 - color contains mainly: green. Hex color #50F4CF is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #50F4CF is #AF0B30. Grayscale: #BEBEBE. Windows color (decimal): -11471665 or 13628496. OLE color: 13628496.
HSL color Cylindrical-coordinate representation of color #50F4CF: hue angle of 166.46º degrees, saturation: 0.88, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #50F4CF is Cyan = 0.67, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 80 | 244 | 207 | - |
| CMYK | 0.67 | 0 | 0.15 | 0.04 |
| HSL | 166.46º | 0.88% | 0.64% | - |
| HSV(B) | 166.46º | 0.67% | 0.96% | - |
| XYZ | 46.92 | 70.91 | 70.25 | - |
| YUV | 190.75 | 137.17 | 49.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 244 | 207 | 0.67 | 0 | 0.15 | 0.04 | 166.46 | 0.88 | 0.64 |
| Hex | 50 | F4 | CF | 43 | 0 | F | 4 | A6 | 58 | 40 |
| Octal | 120 | 364 | 317 | 103 | 0 | 17 | 4 | 246 | 130 | 100 |
| Binary | 1010000 | 11110100 | 11001111 | 1000011 | 0 | 1111 | 100 | 10100110 | 1011000 | 1000000 |
Color Harmonies of #50F4CF
Complementary color
Monochromatic Colors of #50F4CF
Black with #50F4CF
Text Example
Text Example
White with #50F4CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50F4CF; }
p { color: rgb(80,244,207); }
H1.HeaderClassName
{
color: #50F4CF;
}
.AnyTagClassName
{
color: #50F4CF;
}
</style>
background-color css
<style>
a { background-color: #50F4CF; }
a { background-color: rgb(80,244,207); }
div.DivClassName
{
background-color: #50F4CF;
}
.BgClassName
{
background-color: #50F4CF;
}
</style>
border-color css
<style>
span { border-color: #50F4CF; }
span { border-color: rgb(80,244,207); }
td.TdClassName
{
border-color: #50F4CF;
}
.TagClassName
{
border-color: #50F4CF;
}
</style>