Shades of Turquoise Blue #49CEED
Tints of Turquoise Blue #49CEED
RGB
CMYK
RGB Variations
Color information
#49CEED (or 0x49CEED) is known color: Turquoise Blue. HEX triplet: 49, CE and ED. RGB value is (73,206,237). Sum of RGB (Red+Green+Blue) = 73+206+237=516 (68% of max value = 765). Red value is 73 (28.91% from 255 or 14.15% from 516); Green value is 206 (80.86% from 255 or 39.92% from 516); Blue value is 237 (92.97% from 255 or 45.93% from 516); Max value from RGB is 237 - color contains mainly: blue. Hex color #49CEED is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #49CEED is #B63112. Grayscale: #A9A9A9. Windows color (decimal): -11940115 or 15584841. OLE color: 15584841.
HSL color Cylindrical-coordinate representation of color #49CEED: hue angle of 191.34º degrees, saturation: 0.82, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #49CEED is Cyan = 0.69, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 73 | 206 | 237 | - |
| CMYK | 0.69 | 0.13 | 0 | 0.07 |
| HSL | 191.34º | 0.82% | 0.61% | - |
| HSV(B) | 191.34º | 0.69% | 0.93% | - |
| XYZ | 40.11 | 51.67 | 87.98 | - |
| YUV | 169.77 | 165.94 | 58.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 206 | 237 | 0.69 | 0.13 | 0 | 0.07 | 191.34 | 0.82 | 0.61 |
| Hex | 49 | CE | ED | 45 | D | 0 | 7 | BF | 52 | 3D |
| Octal | 111 | 316 | 355 | 105 | 15 | 0 | 7 | 277 | 122 | 75 |
| Binary | 1001001 | 11001110 | 11101101 | 1000101 | 1101 | 0 | 111 | 10111111 | 1010010 | 111101 |
Color Harmonies of #49CEED
Complementary color
Monochromatic Colors of #49CEED
Black with #49CEED
Text Example
Text Example
White with #49CEED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49CEED; }
p { color: rgb(73,206,237); }
H1.HeaderClassName
{
color: #49CEED;
}
.AnyTagClassName
{
color: #49CEED;
}
</style>
background-color css
<style>
a { background-color: #49CEED; }
a { background-color: rgb(73,206,237); }
div.DivClassName
{
background-color: #49CEED;
}
.BgClassName
{
background-color: #49CEED;
}
</style>
border-color css
<style>
span { border-color: #49CEED; }
span { border-color: rgb(73,206,237); }
td.TdClassName
{
border-color: #49CEED;
}
.TagClassName
{
border-color: #49CEED;
}
</style>