Shades of Turquoise #49F0D2
Tints of Turquoise #49F0D2
RGB
CMYK
RGB Variations
Color information
#49F0D2 (or 0x49F0D2) is known color: Turquoise. HEX triplet: 49, F0 and D2. RGB value is (73,240,210). Sum of RGB (Red+Green+Blue) = 73+240+210=523 (69% of max value = 765). Red value is 73 (28.91% from 255 or 13.96% from 523); Green value is 240 (94.14% from 255 or 45.89% from 523); Blue value is 210 (82.42% from 255 or 40.15% from 523); Max value from RGB is 240 - color contains mainly: green. Hex color #49F0D2 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #49F0D2 is #B60F2D. Grayscale: #BABABA. Windows color (decimal): -11931438 or 13824073. OLE color: 13824073.
HSL color Cylindrical-coordinate representation of color #49F0D2: hue angle of 169.22º degrees, saturation: 0.85, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #49F0D2 is Cyan = 0.70, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 73 | 240 | 210 | - |
| CMYK | 0.70 | 0 | 0.12 | 0.06 |
| HSL | 169.22º | 0.85% | 0.61% | - |
| HSV(B) | 169.22º | 0.7% | 0.94% | - |
| XYZ | 45.54 | 68.39 | 71.77 | - |
| YUV | 186.65 | 141.17 | 46.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 240 | 210 | 0.70 | 0 | 0.12 | 0.06 | 169.22 | 0.85 | 0.61 |
| Hex | 49 | F0 | D2 | 46 | 0 | C | 6 | A9 | 55 | 3D |
| Octal | 111 | 360 | 322 | 106 | 0 | 14 | 6 | 251 | 125 | 75 |
| Binary | 1001001 | 11110000 | 11010010 | 1000110 | 0 | 1100 | 110 | 10101001 | 1010101 | 111101 |
Color Harmonies of #49F0D2
Complementary color
Monochromatic Colors of #49F0D2
Black with #49F0D2
Text Example
Text Example
White with #49F0D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49F0D2; }
p { color: rgb(73,240,210); }
H1.HeaderClassName
{
color: #49F0D2;
}
.AnyTagClassName
{
color: #49F0D2;
}
</style>
background-color css
<style>
a { background-color: #49F0D2; }
a { background-color: rgb(73,240,210); }
div.DivClassName
{
background-color: #49F0D2;
}
.BgClassName
{
background-color: #49F0D2;
}
</style>
border-color css
<style>
span { border-color: #49F0D2; }
span { border-color: rgb(73,240,210); }
td.TdClassName
{
border-color: #49F0D2;
}
.TagClassName
{
border-color: #49F0D2;
}
</style>