Shades of Medium Turquoise #49CFEC
Tints of Medium Turquoise #49CFEC
RGB
CMYK
RGB Variations
Color information
#49CFEC (or 0x49CFEC) is known color: Medium Turquoise. HEX triplet: 49, CF and EC. RGB value is (73,207,236). Sum of RGB (Red+Green+Blue) = 73+207+236=516 (68% of max value = 765). Red value is 73 (28.91% from 255 or 14.15% from 516); Green value is 207 (81.25% from 255 or 40.12% from 516); Blue value is 236 (92.58% from 255 or 45.74% from 516); Max value from RGB is 236 - color contains mainly: blue. Hex color #49CFEC is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #49CFEC is #B63013. Grayscale: #A9A9A9. Windows color (decimal): -11939860 or 15519561. OLE color: 15519561.
HSL color Cylindrical-coordinate representation of color #49CFEC: hue angle of 190.67º degrees, saturation: 0.81, 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 #49CFEC is Cyan = 0.69, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 73 | 207 | 236 | - |
| CMYK | 0.69 | 0.12 | 0 | 0.07 |
| HSL | 190.67º | 0.81% | 0.61% | - |
| HSV(B) | 190.67º | 0.69% | 0.93% | - |
| XYZ | 40.2 | 52.1 | 87.29 | - |
| YUV | 170.24 | 165.11 | 58.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 207 | 236 | 0.69 | 0.12 | 0 | 0.07 | 190.67 | 0.81 | 0.61 |
| Hex | 49 | CF | EC | 45 | C | 0 | 7 | BF | 51 | 3D |
| Octal | 111 | 317 | 354 | 105 | 14 | 0 | 7 | 277 | 121 | 75 |
| Binary | 1001001 | 11001111 | 11101100 | 1000101 | 1100 | 0 | 111 | 10111111 | 1010001 | 111101 |
Color Harmonies of #49CFEC
Complementary color
Monochromatic Colors of #49CFEC
Black with #49CFEC
Text Example
Text Example
White with #49CFEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49CFEC; }
p { color: rgb(73,207,236); }
H1.HeaderClassName
{
color: #49CFEC;
}
.AnyTagClassName
{
color: #49CFEC;
}
</style>
background-color css
<style>
a { background-color: #49CFEC; }
a { background-color: rgb(73,207,236); }
div.DivClassName
{
background-color: #49CFEC;
}
.BgClassName
{
background-color: #49CFEC;
}
</style>
border-color css
<style>
span { border-color: #49CFEC; }
span { border-color: rgb(73,207,236); }
td.TdClassName
{
border-color: #49CFEC;
}
.TagClassName
{
border-color: #49CFEC;
}
</style>