Shades of Turquoise #49EAF2
Tints of Turquoise #49EAF2
RGB
CMYK
RGB Variations
Color information
#49EAF2 (or 0x49EAF2) is known color: Turquoise. HEX triplet: 49, EA and F2. RGB value is (73,234,242). Sum of RGB (Red+Green+Blue) = 73+234+242=549 (72% of max value = 765). Red value is 73 (28.91% from 255 or 13.30% from 549); Green value is 234 (91.80% from 255 or 42.62% from 549); Blue value is 242 (94.92% from 255 or 44.08% from 549); Max value from RGB is 242 - color contains mainly: blue. Hex color #49EAF2 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #49EAF2 is #B6150D. Grayscale: #BABABA. Windows color (decimal): -11932942 or 15919689. OLE color: 15919689.
HSL color Cylindrical-coordinate representation of color #49EAF2: hue angle of 182.84º 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 #49EAF2 is Cyan = 0.70, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 73 | 234 | 242 | - |
| CMYK | 0.70 | 0.03 | 0 | 0.05 |
| HSL | 182.84º | 0.87% | 0.62% | - |
| HSV(B) | 182.84º | 0.7% | 0.95% | - |
| XYZ | 48.2 | 66.67 | 94.33 | - |
| YUV | 186.77 | 159.16 | 46.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 234 | 242 | 0.70 | 0.03 | 0 | 0.05 | 182.84 | 0.87 | 0.62 |
| Hex | 49 | EA | F2 | 46 | 3 | 0 | 5 | B7 | 57 | 3E |
| Octal | 111 | 352 | 362 | 106 | 3 | 0 | 5 | 267 | 127 | 76 |
| Binary | 1001001 | 11101010 | 11110010 | 1000110 | 11 | 0 | 101 | 10110111 | 1010111 | 111110 |
Color Harmonies of #49EAF2
Complementary color
Monochromatic Colors of #49EAF2
Black with #49EAF2
Text Example
Text Example
White with #49EAF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49EAF2; }
p { color: rgb(73,234,242); }
H1.HeaderClassName
{
color: #49EAF2;
}
.AnyTagClassName
{
color: #49EAF2;
}
</style>
background-color css
<style>
a { background-color: #49EAF2; }
a { background-color: rgb(73,234,242); }
div.DivClassName
{
background-color: #49EAF2;
}
.BgClassName
{
background-color: #49EAF2;
}
</style>
border-color css
<style>
span { border-color: #49EAF2; }
span { border-color: rgb(73,234,242); }
td.TdClassName
{
border-color: #49EAF2;
}
.TagClassName
{
border-color: #49EAF2;
}
</style>