Shades of Turquoise #49FFCE
Tints of Turquoise #49FFCE
RGB
CMYK
RGB Variations
Color information
#49FFCE (or 0x49FFCE) is known color: Turquoise. HEX triplet: 49, FF and CE. RGB value is (73,255,206). Sum of RGB (Red+Green+Blue) = 73+255+206=534 (70% of max value = 765). Red value is 73 (28.91% from 255 or 13.67% from 534); Green value is 255 (100% from 255 or 47.75% from 534); Blue value is 206 (80.86% from 255 or 38.58% from 534); Max value from RGB is 255 - color contains mainly: green. Hex color #49FFCE is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #49FFCE is #B60031. Grayscale: #C3C3C3. Windows color (decimal): -11927602 or 13565769. OLE color: 13565769.
HSL color Cylindrical-coordinate representation of color #49FFCE: hue angle of 163.85º degrees, saturation: 1, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #49FFCE is Cyan = 0.71, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.
Color convert
| RGB | 73 | 255 | 206 | - |
| CMYK | 0.71 | 0 | 0.19 | 0 |
| HSL | 163.85º | 1% | 0.64% | - |
| HSV(B) | 163.85º | 0.71% | 1% | - |
| XYZ | 49.65 | 77.39 | 70.71 | - |
| YUV | 195 | 134.2 | 40.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 255 | 206 | 0.71 | 0 | 0.19 | 0 | 163.85 | 1 | 0.64 |
| Hex | 49 | FF | CE | 47 | 0 | 13 | 0 | A4 | 64 | 40 |
| Octal | 111 | 377 | 316 | 107 | 0 | 23 | 0 | 244 | 144 | 100 |
| Binary | 1001001 | 11111111 | 11001110 | 1000111 | 0 | 10011 | 0 | 10100100 | 1100100 | 1000000 |
Color Harmonies of #49FFCE
Complementary color
Monochromatic Colors of #49FFCE
Black with #49FFCE
Text Example
Text Example
White with #49FFCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49FFCE; }
p { color: rgb(73,255,206); }
H1.HeaderClassName
{
color: #49FFCE;
}
.AnyTagClassName
{
color: #49FFCE;
}
</style>
background-color css
<style>
a { background-color: #49FFCE; }
a { background-color: rgb(73,255,206); }
div.DivClassName
{
background-color: #49FFCE;
}
.BgClassName
{
background-color: #49FFCE;
}
</style>
border-color css
<style>
span { border-color: #49FFCE; }
span { border-color: rgb(73,255,206); }
td.TdClassName
{
border-color: #49FFCE;
}
.TagClassName
{
border-color: #49FFCE;
}
</style>