Shades of Turquoise Blue #49CEFC
Tints of Turquoise Blue #49CEFC
RGB
CMYK
RGB Variations
Color information
#49CEFC (or 0x49CEFC) is known color: Turquoise Blue. HEX triplet: 49, CE and FC. RGB value is (73,206,252). Sum of RGB (Red+Green+Blue) = 73+206+252=531 (70% of max value = 765). Red value is 73 (28.91% from 255 or 13.75% from 531); Green value is 206 (80.86% from 255 or 38.79% from 531); Blue value is 252 (98.83% from 255 or 47.46% from 531); Max value from RGB is 252 - color contains mainly: blue. Hex color #49CEFC is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #49CEFC is #B63103. Grayscale: #ABABAB. Windows color (decimal): -11940100 or 16567881. OLE color: 16567881.
HSL color Cylindrical-coordinate representation of color #49CEFC: hue angle of 195.42º degrees, saturation: 0.97, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #49CEFC is Cyan = 0.71, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 73 | 206 | 252 | - |
| CMYK | 0.71 | 0.18 | 0 | 0.01 |
| HSL | 195.42º | 0.97% | 0.64% | - |
| HSV(B) | 195.42º | 0.71% | 0.99% | - |
| XYZ | 42.39 | 52.59 | 100.01 | - |
| YUV | 171.48 | 173.44 | 57.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 206 | 252 | 0.71 | 0.18 | 0 | 0.01 | 195.42 | 0.97 | 0.64 |
| Hex | 49 | CE | FC | 47 | 12 | 0 | 1 | C3 | 61 | 40 |
| Octal | 111 | 316 | 374 | 107 | 22 | 0 | 1 | 303 | 141 | 100 |
| Binary | 1001001 | 11001110 | 11111100 | 1000111 | 10010 | 0 | 1 | 11000011 | 1100001 | 1000000 |
Color Harmonies of #49CEFC
Complementary color
Monochromatic Colors of #49CEFC
Black with #49CEFC
Text Example
Text Example
White with #49CEFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49CEFC; }
p { color: rgb(73,206,252); }
H1.HeaderClassName
{
color: #49CEFC;
}
.AnyTagClassName
{
color: #49CEFC;
}
</style>
background-color css
<style>
a { background-color: #49CEFC; }
a { background-color: rgb(73,206,252); }
div.DivClassName
{
background-color: #49CEFC;
}
.BgClassName
{
background-color: #49CEFC;
}
</style>
border-color css
<style>
span { border-color: #49CEFC; }
span { border-color: rgb(73,206,252); }
td.TdClassName
{
border-color: #49CEFC;
}
.TagClassName
{
border-color: #49CEFC;
}
</style>