Shades of Turquoise #49FED3
Tints of Turquoise #49FED3
RGB
CMYK
RGB Variations
Color information
#49FED3 (or 0x49FED3) is known color: Turquoise. HEX triplet: 49, FE and D3. RGB value is (73,254,211). Sum of RGB (Red+Green+Blue) = 73+254+211=538 (71% of max value = 765). Red value is 73 (28.91% from 255 or 13.57% from 538); Green value is 254 (99.61% from 255 or 47.21% from 538); Blue value is 211 (82.81% from 255 or 39.22% from 538); Max value from RGB is 254 - color contains mainly: green. Hex color #49FED3 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #49FED3 is #B6012C. Grayscale: #C2C2C2. Windows color (decimal): -11927853 or 13893193. OLE color: 13893193.
HSL color Cylindrical-coordinate representation of color #49FED3: hue angle of 165.75º degrees, saturation: 0.99, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #49FED3 is Cyan = 0.71, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 73 | 254 | 211 | - |
| CMYK | 0.71 | 0 | 0.17 | 0.00 |
| HSL | 165.75º | 0.99% | 0.64% | - |
| HSV(B) | 165.75º | 0.71% | 1% | - |
| XYZ | 49.95 | 77 | 73.86 | - |
| YUV | 194.98 | 137.03 | 41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 254 | 211 | 0.71 | 0 | 0.17 | 0.00 | 165.75 | 0.99 | 0.64 |
| Hex | 49 | FE | D3 | 47 | 0 | 11 | 0 | A6 | 63 | 40 |
| Octal | 111 | 376 | 323 | 107 | 0 | 21 | 0 | 246 | 143 | 100 |
| Binary | 1001001 | 11111110 | 11010011 | 1000111 | 0 | 10001 | 0 | 10100110 | 1100011 | 1000000 |
Color Harmonies of #49FED3
Complementary color
Monochromatic Colors of #49FED3
Black with #49FED3
Text Example
Text Example
White with #49FED3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49FED3; }
p { color: rgb(73,254,211); }
H1.HeaderClassName
{
color: #49FED3;
}
.AnyTagClassName
{
color: #49FED3;
}
</style>
background-color css
<style>
a { background-color: #49FED3; }
a { background-color: rgb(73,254,211); }
div.DivClassName
{
background-color: #49FED3;
}
.BgClassName
{
background-color: #49FED3;
}
</style>
border-color css
<style>
span { border-color: #49FED3; }
span { border-color: rgb(73,254,211); }
td.TdClassName
{
border-color: #49FED3;
}
.TagClassName
{
border-color: #49FED3;
}
</style>