Shades of Turquoise #50F9DF
Tints of Turquoise #50F9DF
RGB
CMYK
RGB Variations
Color information
#50F9DF (or 0x50F9DF) is known color: Turquoise. HEX triplet: 50, F9 and DF. RGB value is (80,249,223). Sum of RGB (Red+Green+Blue) = 80+249+223=552 (73% of max value = 765). Red value is 80 (31.64% from 255 or 14.49% from 552); Green value is 249 (97.66% from 255 or 45.11% from 552); Blue value is 223 (87.5% from 255 or 40.40% from 552); Max value from RGB is 249 - color contains mainly: green. Hex color #50F9DF is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #50F9DF is #AF0620. Grayscale: #C3C3C3. Windows color (decimal): -11470369 or 14678352. OLE color: 14678352.
HSL color Cylindrical-coordinate representation of color #50F9DF: hue angle of 170.77º degrees, saturation: 0.93, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #50F9DF is Cyan = 0.68, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 80 | 249 | 223 | - |
| CMYK | 0.68 | 0 | 0.10 | 0.02 |
| HSL | 170.77º | 0.93% | 0.65% | - |
| HSV(B) | 170.77º | 0.68% | 0.98% | - |
| XYZ | 50.5 | 74.78 | 81.59 | - |
| YUV | 195.51 | 143.51 | 45.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 249 | 223 | 0.68 | 0 | 0.10 | 0.02 | 170.77 | 0.93 | 0.65 |
| Hex | 50 | F9 | DF | 44 | 0 | A | 2 | AB | 5D | 41 |
| Octal | 120 | 371 | 337 | 104 | 0 | 12 | 2 | 253 | 135 | 101 |
| Binary | 1010000 | 11111001 | 11011111 | 1000100 | 0 | 1010 | 10 | 10101011 | 1011101 | 1000001 |
Color Harmonies of #50F9DF
Complementary color
Monochromatic Colors of #50F9DF
Black with #50F9DF
Text Example
Text Example
White with #50F9DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50F9DF; }
p { color: rgb(80,249,223); }
H1.HeaderClassName
{
color: #50F9DF;
}
.AnyTagClassName
{
color: #50F9DF;
}
</style>
background-color css
<style>
a { background-color: #50F9DF; }
a { background-color: rgb(80,249,223); }
div.DivClassName
{
background-color: #50F9DF;
}
.BgClassName
{
background-color: #50F9DF;
}
</style>
border-color css
<style>
span { border-color: #50F9DF; }
span { border-color: rgb(80,249,223); }
td.TdClassName
{
border-color: #50F9DF;
}
.TagClassName
{
border-color: #50F9DF;
}
</style>