Shades of Medium Turquoise #49CBE5
Tints of Medium Turquoise #49CBE5
RGB
CMYK
RGB Variations
Color information
#49CBE5 (or 0x49CBE5) is known color: Medium Turquoise. HEX triplet: 49, CB and E5. RGB value is (73,203,229). Sum of RGB (Red+Green+Blue) = 73+203+229=505 (66% of max value = 765). Red value is 73 (28.91% from 255 or 14.46% from 505); Green value is 203 (79.69% from 255 or 40.20% from 505); Blue value is 229 (89.84% from 255 or 45.35% from 505); Max value from RGB is 229 - color contains mainly: blue. Hex color #49CBE5 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #49CBE5 is #B6341A. Grayscale: #A6A6A6. Windows color (decimal): -11940891 or 15059785. OLE color: 15059785.
HSL color Cylindrical-coordinate representation of color #49CBE5: hue angle of 190º degrees, saturation: 0.75, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #49CBE5 is Cyan = 0.68, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 73 | 203 | 229 | - |
| CMYK | 0.68 | 0.11 | 0 | 0.10 |
| HSL | 190º | 0.75% | 0.59% | - |
| HSV(B) | 190º | 0.68% | 0.9% | - |
| XYZ | 38.25 | 49.79 | 81.72 | - |
| YUV | 167.09 | 162.93 | 60.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 203 | 229 | 0.68 | 0.11 | 0 | 0.10 | 190 | 0.75 | 0.59 |
| Hex | 49 | CB | E5 | 44 | B | 0 | A | BE | 4B | 3B |
| Octal | 111 | 313 | 345 | 104 | 13 | 0 | 12 | 276 | 113 | 73 |
| Binary | 1001001 | 11001011 | 11100101 | 1000100 | 1011 | 0 | 1010 | 10111110 | 1001011 | 111011 |
Color Harmonies of #49CBE5
Complementary color
Monochromatic Colors of #49CBE5
Black with #49CBE5
Text Example
Text Example
White with #49CBE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49CBE5; }
p { color: rgb(73,203,229); }
H1.HeaderClassName
{
color: #49CBE5;
}
.AnyTagClassName
{
color: #49CBE5;
}
</style>
background-color css
<style>
a { background-color: #49CBE5; }
a { background-color: rgb(73,203,229); }
div.DivClassName
{
background-color: #49CBE5;
}
.BgClassName
{
background-color: #49CBE5;
}
</style>
border-color css
<style>
span { border-color: #49CBE5; }
span { border-color: rgb(73,203,229); }
td.TdClassName
{
border-color: #49CBE5;
}
.TagClassName
{
border-color: #49CBE5;
}
</style>