Shades of Turquoise Blue #49CFF6
Tints of Turquoise Blue #49CFF6
RGB
CMYK
RGB Variations
Color information
#49CFF6 (or 0x49CFF6) is known color: Turquoise Blue. HEX triplet: 49, CF and F6. RGB value is (73,207,246). Sum of RGB (Red+Green+Blue) = 73+207+246=526 (69% of max value = 765). Red value is 73 (28.91% from 255 or 13.88% from 526); Green value is 207 (81.25% from 255 or 39.35% from 526); Blue value is 246 (96.48% from 255 or 46.77% from 526); Max value from RGB is 246 - color contains mainly: blue. Hex color #49CFF6 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #49CFF6 is #B63009. Grayscale: #ABABAB. Windows color (decimal): -11939850 or 16174921. OLE color: 16174921.
HSL color Cylindrical-coordinate representation of color #49CFF6: hue angle of 193.53º degrees, saturation: 0.91, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #49CFF6 is Cyan = 0.70, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 73 | 207 | 246 | - |
| CMYK | 0.70 | 0.16 | 0 | 0.04 |
| HSL | 193.53º | 0.91% | 0.63% | - |
| HSV(B) | 193.53º | 0.7% | 0.96% | - |
| XYZ | 41.7 | 52.7 | 95.16 | - |
| YUV | 171.38 | 170.11 | 57.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 207 | 246 | 0.70 | 0.16 | 0 | 0.04 | 193.53 | 0.91 | 0.63 |
| Hex | 49 | CF | F6 | 46 | 10 | 0 | 4 | C2 | 5B | 3F |
| Octal | 111 | 317 | 366 | 106 | 20 | 0 | 4 | 302 | 133 | 77 |
| Binary | 1001001 | 11001111 | 11110110 | 1000110 | 10000 | 0 | 100 | 11000010 | 1011011 | 111111 |
Color Harmonies of #49CFF6
Complementary color
Monochromatic Colors of #49CFF6
Black with #49CFF6
Text Example
Text Example
White with #49CFF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49CFF6; }
p { color: rgb(73,207,246); }
H1.HeaderClassName
{
color: #49CFF6;
}
.AnyTagClassName
{
color: #49CFF6;
}
</style>
background-color css
<style>
a { background-color: #49CFF6; }
a { background-color: rgb(73,207,246); }
div.DivClassName
{
background-color: #49CFF6;
}
.BgClassName
{
background-color: #49CFF6;
}
</style>
border-color css
<style>
span { border-color: #49CFF6; }
span { border-color: rgb(73,207,246); }
td.TdClassName
{
border-color: #49CFF6;
}
.TagClassName
{
border-color: #49CFF6;
}
</style>