Shades of Medium Turquoise #49CFEB
Tints of Medium Turquoise #49CFEB
RGB
CMYK
RGB Variations
Color information
#49CFEB (or 0x49CFEB) is known color: Medium Turquoise. HEX triplet: 49, CF and EB. RGB value is (73,207,235). Sum of RGB (Red+Green+Blue) = 73+207+235=515 (68% of max value = 765). Red value is 73 (28.91% from 255 or 14.17% from 515); Green value is 207 (81.25% from 255 or 40.19% from 515); Blue value is 235 (92.19% from 255 or 45.63% from 515); Max value from RGB is 235 - color contains mainly: blue. Hex color #49CFEB is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #49CFEB is #B63014. Grayscale: #A9A9A9. Windows color (decimal): -11939861 or 15454025. OLE color: 15454025.
HSL color Cylindrical-coordinate representation of color #49CFEB: hue angle of 190.37º degrees, saturation: 0.8, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #49CFEB is Cyan = 0.69, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 73 | 207 | 235 | - |
| CMYK | 0.69 | 0.12 | 0 | 0.08 |
| HSL | 190.37º | 0.8% | 0.6% | - |
| HSV(B) | 190.37º | 0.69% | 0.92% | - |
| XYZ | 40.06 | 52.04 | 86.53 | - |
| YUV | 170.13 | 164.61 | 58.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 207 | 235 | 0.69 | 0.12 | 0 | 0.08 | 190.37 | 0.8 | 0.6 |
| Hex | 49 | CF | EB | 45 | C | 0 | 8 | BE | 50 | 3C |
| Octal | 111 | 317 | 353 | 105 | 14 | 0 | 10 | 276 | 120 | 74 |
| Binary | 1001001 | 11001111 | 11101011 | 1000101 | 1100 | 0 | 1000 | 10111110 | 1010000 | 111100 |
Color Harmonies of #49CFEB
Complementary color
Monochromatic Colors of #49CFEB
Black with #49CFEB
Text Example
Text Example
White with #49CFEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49CFEB; }
p { color: rgb(73,207,235); }
H1.HeaderClassName
{
color: #49CFEB;
}
.AnyTagClassName
{
color: #49CFEB;
}
</style>
background-color css
<style>
a { background-color: #49CFEB; }
a { background-color: rgb(73,207,235); }
div.DivClassName
{
background-color: #49CFEB;
}
.BgClassName
{
background-color: #49CFEB;
}
</style>
border-color css
<style>
span { border-color: #49CFEB; }
span { border-color: rgb(73,207,235); }
td.TdClassName
{
border-color: #49CFEB;
}
.TagClassName
{
border-color: #49CFEB;
}
</style>