Shades of Turquoise Blue #49CFF2
Tints of Turquoise Blue #49CFF2
RGB
CMYK
RGB Variations
Color information
#49CFF2 (or 0x49CFF2) is known color: Turquoise Blue. HEX triplet: 49, CF and F2. RGB value is (73,207,242). Sum of RGB (Red+Green+Blue) = 73+207+242=522 (69% of max value = 765). Red value is 73 (28.91% from 255 or 13.98% from 522); Green value is 207 (81.25% from 255 or 39.66% from 522); Blue value is 242 (94.92% from 255 or 46.36% from 522); Max value from RGB is 242 - color contains mainly: blue. Hex color #49CFF2 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #49CFF2 is #B6300D. Grayscale: #AAAAAA. Windows color (decimal): -11939854 or 15912777. OLE color: 15912777.
HSL color Cylindrical-coordinate representation of color #49CFF2: hue angle of 192.43º 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 #49CFF2 is Cyan = 0.70, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 73 | 207 | 242 | - |
| CMYK | 0.70 | 0.14 | 0 | 0.05 |
| HSL | 192.43º | 0.87% | 0.62% | - |
| HSV(B) | 192.43º | 0.7% | 0.95% | - |
| XYZ | 41.09 | 52.45 | 91.96 | - |
| YUV | 170.92 | 168.11 | 58.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 207 | 242 | 0.70 | 0.14 | 0 | 0.05 | 192.43 | 0.87 | 0.62 |
| Hex | 49 | CF | F2 | 46 | E | 0 | 5 | C0 | 57 | 3E |
| Octal | 111 | 317 | 362 | 106 | 16 | 0 | 5 | 300 | 127 | 76 |
| Binary | 1001001 | 11001111 | 11110010 | 1000110 | 1110 | 0 | 101 | 11000000 | 1010111 | 111110 |
Color Harmonies of #49CFF2
Complementary color
Monochromatic Colors of #49CFF2
Black with #49CFF2
Text Example
Text Example
White with #49CFF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49CFF2; }
p { color: rgb(73,207,242); }
H1.HeaderClassName
{
color: #49CFF2;
}
.AnyTagClassName
{
color: #49CFF2;
}
</style>
background-color css
<style>
a { background-color: #49CFF2; }
a { background-color: rgb(73,207,242); }
div.DivClassName
{
background-color: #49CFF2;
}
.BgClassName
{
background-color: #49CFF2;
}
</style>
border-color css
<style>
span { border-color: #49CFF2; }
span { border-color: rgb(73,207,242); }
td.TdClassName
{
border-color: #49CFF2;
}
.TagClassName
{
border-color: #49CFF2;
}
</style>