Shades of Turquoise #49EDF2
Tints of Turquoise #49EDF2
RGB
CMYK
RGB Variations
Color information
#49EDF2 (or 0x49EDF2) is known color: Turquoise. HEX triplet: 49, ED and F2. RGB value is (73,237,242). Sum of RGB (Red+Green+Blue) = 73+237+242=552 (73% of max value = 765). Red value is 73 (28.91% from 255 or 13.22% from 552); Green value is 237 (92.97% from 255 or 42.93% from 552); Blue value is 242 (94.92% from 255 or 43.84% from 552); Max value from RGB is 242 - color contains mainly: blue. Hex color #49EDF2 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #49EDF2 is #B6120D. Grayscale: #BCBCBC. Windows color (decimal): -11932174 or 15920457. OLE color: 15920457.
HSL color Cylindrical-coordinate representation of color #49EDF2: hue angle of 181.78º degrees, saturation: 0.87, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #49EDF2 is Cyan = 0.70, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 73 | 237 | 242 | - |
| CMYK | 0.70 | 0.02 | 0 | 0.05 |
| HSL | 181.78º | 0.87% | 0.62% | - |
| HSV(B) | 181.78º | 0.7% | 0.95% | - |
| XYZ | 49.06 | 68.4 | 94.62 | - |
| YUV | 188.53 | 158.17 | 45.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 237 | 242 | 0.70 | 0.02 | 0 | 0.05 | 181.78 | 0.87 | 0.62 |
| Hex | 49 | ED | F2 | 46 | 2 | 0 | 5 | B6 | 57 | 3E |
| Octal | 111 | 355 | 362 | 106 | 2 | 0 | 5 | 266 | 127 | 76 |
| Binary | 1001001 | 11101101 | 11110010 | 1000110 | 10 | 0 | 101 | 10110110 | 1010111 | 111110 |
Color Harmonies of #49EDF2
Complementary color
Monochromatic Colors of #49EDF2
Black with #49EDF2
Text Example
Text Example
White with #49EDF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49EDF2; }
p { color: rgb(73,237,242); }
H1.HeaderClassName
{
color: #49EDF2;
}
.AnyTagClassName
{
color: #49EDF2;
}
</style>
background-color css
<style>
a { background-color: #49EDF2; }
a { background-color: rgb(73,237,242); }
div.DivClassName
{
background-color: #49EDF2;
}
.BgClassName
{
background-color: #49EDF2;
}
</style>
border-color css
<style>
span { border-color: #49EDF2; }
span { border-color: rgb(73,237,242); }
td.TdClassName
{
border-color: #49EDF2;
}
.TagClassName
{
border-color: #49EDF2;
}
</style>