Shades of Turquoise #50F3DF
Tints of Turquoise #50F3DF
RGB
CMYK
RGB Variations
Color information
#50F3DF (or 0x50F3DF) is known color: Turquoise. HEX triplet: 50, F3 and DF. RGB value is (80,243,223). Sum of RGB (Red+Green+Blue) = 80+243+223=546 (72% of max value = 765). Red value is 80 (31.64% from 255 or 14.65% from 546); Green value is 243 (95.31% from 255 or 44.51% from 546); Blue value is 223 (87.5% from 255 or 40.84% from 546); Max value from RGB is 243 - color contains mainly: green. Hex color #50F3DF is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #50F3DF is #AF0C20. Grayscale: #BFBFBF. Windows color (decimal): -11471905 or 14676816. OLE color: 14676816.
HSL color Cylindrical-coordinate representation of color #50F3DF: hue angle of 172.64º degrees, saturation: 0.87, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #50F3DF is Cyan = 0.67, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 80 | 243 | 223 | - |
| CMYK | 0.67 | 0 | 0.08 | 0.05 |
| HSL | 172.64º | 0.87% | 0.63% | - |
| HSV(B) | 172.64º | 0.67% | 0.95% | - |
| XYZ | 48.68 | 71.13 | 80.98 | - |
| YUV | 191.98 | 145.5 | 48.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 243 | 223 | 0.67 | 0 | 0.08 | 0.05 | 172.64 | 0.87 | 0.63 |
| Hex | 50 | F3 | DF | 43 | 0 | 8 | 5 | AD | 57 | 3F |
| Octal | 120 | 363 | 337 | 103 | 0 | 10 | 5 | 255 | 127 | 77 |
| Binary | 1010000 | 11110011 | 11011111 | 1000011 | 0 | 1000 | 101 | 10101101 | 1010111 | 111111 |
Color Harmonies of #50F3DF
Complementary color
Monochromatic Colors of #50F3DF
Black with #50F3DF
Text Example
Text Example
White with #50F3DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50F3DF; }
p { color: rgb(80,243,223); }
H1.HeaderClassName
{
color: #50F3DF;
}
.AnyTagClassName
{
color: #50F3DF;
}
</style>
background-color css
<style>
a { background-color: #50F3DF; }
a { background-color: rgb(80,243,223); }
div.DivClassName
{
background-color: #50F3DF;
}
.BgClassName
{
background-color: #50F3DF;
}
</style>
border-color css
<style>
span { border-color: #50F3DF; }
span { border-color: rgb(80,243,223); }
td.TdClassName
{
border-color: #50F3DF;
}
.TagClassName
{
border-color: #50F3DF;
}
</style>