Shades of Turquoise #49E6CC
Tints of Turquoise #49E6CC
RGB
CMYK
RGB Variations
Color information
#49E6CC (or 0x49E6CC) is known color: Turquoise. HEX triplet: 49, E6 and CC. RGB value is (73,230,204). Sum of RGB (Red+Green+Blue) = 73+230+204=507 (67% of max value = 765). Red value is 73 (28.91% from 255 or 14.40% from 507); Green value is 230 (90.23% from 255 or 45.36% from 507); Blue value is 204 (80.08% from 255 or 40.24% from 507); Max value from RGB is 230 - color contains mainly: green. Hex color #49E6CC is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #49E6CC is #B61933. Grayscale: #B4B4B4. Windows color (decimal): -11934004 or 13428297. OLE color: 13428297.
HSL color Cylindrical-coordinate representation of color #49E6CC: hue angle of 170.06º degrees, saturation: 0.76, 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 #49E6CC is Cyan = 0.68, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 73 | 230 | 204 | - |
| CMYK | 0.68 | 0 | 0.11 | 0.10 |
| HSL | 170.06º | 0.76% | 0.59% | - |
| HSV(B) | 170.06º | 0.68% | 0.9% | - |
| XYZ | 41.94 | 62.37 | 66.95 | - |
| YUV | 180.09 | 141.49 | 51.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 230 | 204 | 0.68 | 0 | 0.11 | 0.10 | 170.06 | 0.76 | 0.59 |
| Hex | 49 | E6 | CC | 44 | 0 | B | A | AA | 4C | 3B |
| Octal | 111 | 346 | 314 | 104 | 0 | 13 | 12 | 252 | 114 | 73 |
| Binary | 1001001 | 11100110 | 11001100 | 1000100 | 0 | 1011 | 1010 | 10101010 | 1001100 | 111011 |
Color Harmonies of #49E6CC
Complementary color
Monochromatic Colors of #49E6CC
Black with #49E6CC
Text Example
Text Example
White with #49E6CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49E6CC; }
p { color: rgb(73,230,204); }
H1.HeaderClassName
{
color: #49E6CC;
}
.AnyTagClassName
{
color: #49E6CC;
}
</style>
background-color css
<style>
a { background-color: #49E6CC; }
a { background-color: rgb(73,230,204); }
div.DivClassName
{
background-color: #49E6CC;
}
.BgClassName
{
background-color: #49E6CC;
}
</style>
border-color css
<style>
span { border-color: #49E6CC; }
span { border-color: rgb(73,230,204); }
td.TdClassName
{
border-color: #49E6CC;
}
.TagClassName
{
border-color: #49E6CC;
}
</style>