Shades of Medium Turquoise #49CFEA
Tints of Medium Turquoise #49CFEA
RGB
CMYK
RGB Variations
Color information
#49CFEA (or 0x49CFEA) is known color: Medium Turquoise. HEX triplet: 49, CF and EA. RGB value is (73,207,234). Sum of RGB (Red+Green+Blue) = 73+207+234=514 (68% of max value = 765). Red value is 73 (28.91% from 255 or 14.20% from 514); Green value is 207 (81.25% from 255 or 40.27% from 514); Blue value is 234 (91.80% from 255 or 45.53% from 514); Max value from RGB is 234 - color contains mainly: blue. Hex color #49CFEA is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #49CFEA is #B63015. Grayscale: #A9A9A9. Windows color (decimal): -11939862 or 15388489. OLE color: 15388489.
HSL color Cylindrical-coordinate representation of color #49CFEA: hue angle of 190.06º degrees, saturation: 0.79, 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 #49CFEA is Cyan = 0.69, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 73 | 207 | 234 | - |
| CMYK | 0.69 | 0.12 | 0 | 0.08 |
| HSL | 190.06º | 0.79% | 0.6% | - |
| HSV(B) | 190.06º | 0.69% | 0.92% | - |
| XYZ | 39.91 | 51.98 | 85.77 | - |
| YUV | 170.01 | 164.11 | 58.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 207 | 234 | 0.69 | 0.12 | 0 | 0.08 | 190.06 | 0.79 | 0.6 |
| Hex | 49 | CF | EA | 45 | C | 0 | 8 | BE | 4F | 3C |
| Octal | 111 | 317 | 352 | 105 | 14 | 0 | 10 | 276 | 117 | 74 |
| Binary | 1001001 | 11001111 | 11101010 | 1000101 | 1100 | 0 | 1000 | 10111110 | 1001111 | 111100 |
Color Harmonies of #49CFEA
Complementary color
Monochromatic Colors of #49CFEA
Black with #49CFEA
Text Example
Text Example
White with #49CFEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49CFEA; }
p { color: rgb(73,207,234); }
H1.HeaderClassName
{
color: #49CFEA;
}
.AnyTagClassName
{
color: #49CFEA;
}
</style>
background-color css
<style>
a { background-color: #49CFEA; }
a { background-color: rgb(73,207,234); }
div.DivClassName
{
background-color: #49CFEA;
}
.BgClassName
{
background-color: #49CFEA;
}
</style>
border-color css
<style>
span { border-color: #49CFEA; }
span { border-color: rgb(73,207,234); }
td.TdClassName
{
border-color: #49CFEA;
}
.TagClassName
{
border-color: #49CFEA;
}
</style>