Shades of Turquoise Blue #49CEFE
Tints of Turquoise Blue #49CEFE
RGB
CMYK
RGB Variations
Color information
#49CEFE (or 0x49CEFE) is known color: Turquoise Blue. HEX triplet: 49, CE and FE. RGB value is (73,206,254). Sum of RGB (Red+Green+Blue) = 73+206+254=533 (70% of max value = 765). Red value is 73 (28.91% from 255 or 13.70% from 533); Green value is 206 (80.86% from 255 or 38.65% from 533); Blue value is 254 (99.61% from 255 or 47.65% from 533); Max value from RGB is 254 - color contains mainly: blue. Hex color #49CEFE is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #49CEFE is #B63101. Grayscale: #ABABAB. Windows color (decimal): -11940098 or 16698953. OLE color: 16698953.
HSL color Cylindrical-coordinate representation of color #49CEFE: hue angle of 195.91º degrees, saturation: 0.99, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #49CEFE is Cyan = 0.71, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 73 | 206 | 254 | - |
| CMYK | 0.71 | 0.19 | 0 | 0.00 |
| HSL | 195.91º | 0.99% | 0.64% | - |
| HSV(B) | 195.91º | 0.71% | 1% | - |
| XYZ | 42.71 | 52.71 | 101.69 | - |
| YUV | 171.71 | 174.44 | 57.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 206 | 254 | 0.71 | 0.19 | 0 | 0.00 | 195.91 | 0.99 | 0.64 |
| Hex | 49 | CE | FE | 47 | 13 | 0 | 0 | C4 | 63 | 40 |
| Octal | 111 | 316 | 376 | 107 | 23 | 0 | 0 | 304 | 143 | 100 |
| Binary | 1001001 | 11001110 | 11111110 | 1000111 | 10011 | 0 | 0 | 11000100 | 1100011 | 1000000 |
Color Harmonies of #49CEFE
Complementary color
Monochromatic Colors of #49CEFE
Black with #49CEFE
Text Example
Text Example
White with #49CEFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49CEFE; }
p { color: rgb(73,206,254); }
H1.HeaderClassName
{
color: #49CEFE;
}
.AnyTagClassName
{
color: #49CEFE;
}
</style>
background-color css
<style>
a { background-color: #49CEFE; }
a { background-color: rgb(73,206,254); }
div.DivClassName
{
background-color: #49CEFE;
}
.BgClassName
{
background-color: #49CEFE;
}
</style>
border-color css
<style>
span { border-color: #49CEFE; }
span { border-color: rgb(73,206,254); }
td.TdClassName
{
border-color: #49CEFE;
}
.TagClassName
{
border-color: #49CEFE;
}
</style>