Shades of Turquoise #50F3CB
Tints of Turquoise #50F3CB
RGB
CMYK
RGB Variations
Color information
#50F3CB (or 0x50F3CB) is known color: Turquoise. HEX triplet: 50, F3 and CB. RGB value is (80,243,203). Sum of RGB (Red+Green+Blue) = 80+243+203=526 (69% of max value = 765). Red value is 80 (31.64% from 255 or 15.21% from 526); Green value is 243 (95.31% from 255 or 46.20% from 526); Blue value is 203 (79.69% from 255 or 38.59% from 526); Max value from RGB is 243 - color contains mainly: green. Hex color #50F3CB is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #50F3CB is #AF0C34. Grayscale: #BDBDBD. Windows color (decimal): -11471925 or 13366096. OLE color: 13366096.
HSL color Cylindrical-coordinate representation of color #50F3CB: hue angle of 165.28º 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 #50F3CB is Cyan = 0.67, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 80 | 243 | 203 | - |
| CMYK | 0.67 | 0 | 0.16 | 0.05 |
| HSL | 165.28º | 0.87% | 0.63% | - |
| HSV(B) | 165.28º | 0.67% | 0.95% | - |
| XYZ | 46.14 | 70.12 | 67.6 | - |
| YUV | 189.7 | 135.5 | 49.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 243 | 203 | 0.67 | 0 | 0.16 | 0.05 | 165.28 | 0.87 | 0.63 |
| Hex | 50 | F3 | CB | 43 | 0 | 10 | 5 | A5 | 57 | 3F |
| Octal | 120 | 363 | 313 | 103 | 0 | 20 | 5 | 245 | 127 | 77 |
| Binary | 1010000 | 11110011 | 11001011 | 1000011 | 0 | 10000 | 101 | 10100101 | 1010111 | 111111 |
Color Harmonies of #50F3CB
Complementary color
Monochromatic Colors of #50F3CB
Black with #50F3CB
Text Example
Text Example
White with #50F3CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50F3CB; }
p { color: rgb(80,243,203); }
H1.HeaderClassName
{
color: #50F3CB;
}
.AnyTagClassName
{
color: #50F3CB;
}
</style>
background-color css
<style>
a { background-color: #50F3CB; }
a { background-color: rgb(80,243,203); }
div.DivClassName
{
background-color: #50F3CB;
}
.BgClassName
{
background-color: #50F3CB;
}
</style>
border-color css
<style>
span { border-color: #50F3CB; }
span { border-color: rgb(80,243,203); }
td.TdClassName
{
border-color: #50F3CB;
}
.TagClassName
{
border-color: #50F3CB;
}
</style>