Shades of Turquoise Blue #49CFF5
Tints of Turquoise Blue #49CFF5
RGB
CMYK
RGB Variations
Color information
#49CFF5 (or 0x49CFF5) is known color: Turquoise Blue. HEX triplet: 49, CF and F5. RGB value is (73,207,245). Sum of RGB (Red+Green+Blue) = 73+207+245=525 (69% of max value = 765). Red value is 73 (28.91% from 255 or 13.90% from 525); Green value is 207 (81.25% from 255 or 39.43% from 525); Blue value is 245 (96.09% from 255 or 46.67% from 525); Max value from RGB is 245 - color contains mainly: blue. Hex color #49CFF5 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #49CFF5 is #B6300A. Grayscale: #AAAAAA. Windows color (decimal): -11939851 or 16109385. OLE color: 16109385.
HSL color Cylindrical-coordinate representation of color #49CFF5: hue angle of 193.26º degrees, saturation: 0.9, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #49CFF5 is Cyan = 0.70, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 73 | 207 | 245 | - |
| CMYK | 0.70 | 0.16 | 0 | 0.04 |
| HSL | 193.26º | 0.9% | 0.62% | - |
| HSV(B) | 193.26º | 0.7% | 0.96% | - |
| XYZ | 41.54 | 52.63 | 94.36 | - |
| YUV | 171.27 | 169.61 | 57.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 207 | 245 | 0.70 | 0.16 | 0 | 0.04 | 193.26 | 0.9 | 0.62 |
| Hex | 49 | CF | F5 | 46 | 10 | 0 | 4 | C1 | 5A | 3E |
| Octal | 111 | 317 | 365 | 106 | 20 | 0 | 4 | 301 | 132 | 76 |
| Binary | 1001001 | 11001111 | 11110101 | 1000110 | 10000 | 0 | 100 | 11000001 | 1011010 | 111110 |
Color Harmonies of #49CFF5
Complementary color
Monochromatic Colors of #49CFF5
Black with #49CFF5
Text Example
Text Example
White with #49CFF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49CFF5; }
p { color: rgb(73,207,245); }
H1.HeaderClassName
{
color: #49CFF5;
}
.AnyTagClassName
{
color: #49CFF5;
}
</style>
background-color css
<style>
a { background-color: #49CFF5; }
a { background-color: rgb(73,207,245); }
div.DivClassName
{
background-color: #49CFF5;
}
.BgClassName
{
background-color: #49CFF5;
}
</style>
border-color css
<style>
span { border-color: #49CFF5; }
span { border-color: rgb(73,207,245); }
td.TdClassName
{
border-color: #49CFF5;
}
.TagClassName
{
border-color: #49CFF5;
}
</style>