Shades of Medium Turquoise #49CCE4
Tints of Medium Turquoise #49CCE4
RGB
CMYK
RGB Variations
Color information
#49CCE4 (or 0x49CCE4) is known color: Medium Turquoise. HEX triplet: 49, CC and E4. RGB value is (73,204,228). Sum of RGB (Red+Green+Blue) = 73+204+228=505 (66% of max value = 765). Red value is 73 (28.91% from 255 or 14.46% from 505); Green value is 204 (80.08% from 255 or 40.40% from 505); Blue value is 228 (89.45% from 255 or 45.15% from 505); Max value from RGB is 228 - color contains mainly: blue. Hex color #49CCE4 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #49CCE4 is #B6331B. Grayscale: #A7A7A7. Windows color (decimal): -11940636 or 14994505. OLE color: 14994505.
HSL color Cylindrical-coordinate representation of color #49CCE4: hue angle of 189.29º degrees, saturation: 0.74, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #49CCE4 is Cyan = 0.68, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 73 | 204 | 228 | - |
| CMYK | 0.68 | 0.11 | 0 | 0.11 |
| HSL | 189.29º | 0.74% | 0.59% | - |
| HSV(B) | 189.29º | 0.68% | 0.89% | - |
| XYZ | 38.34 | 50.2 | 81.07 | - |
| YUV | 167.57 | 162.1 | 60.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 204 | 228 | 0.68 | 0.11 | 0 | 0.11 | 189.29 | 0.74 | 0.59 |
| Hex | 49 | CC | E4 | 44 | B | 0 | B | BD | 4A | 3B |
| Octal | 111 | 314 | 344 | 104 | 13 | 0 | 13 | 275 | 112 | 73 |
| Binary | 1001001 | 11001100 | 11100100 | 1000100 | 1011 | 0 | 1011 | 10111101 | 1001010 | 111011 |
Color Harmonies of #49CCE4
Complementary color
Monochromatic Colors of #49CCE4
Black with #49CCE4
Text Example
Text Example
White with #49CCE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49CCE4; }
p { color: rgb(73,204,228); }
H1.HeaderClassName
{
color: #49CCE4;
}
.AnyTagClassName
{
color: #49CCE4;
}
</style>
background-color css
<style>
a { background-color: #49CCE4; }
a { background-color: rgb(73,204,228); }
div.DivClassName
{
background-color: #49CCE4;
}
.BgClassName
{
background-color: #49CCE4;
}
</style>
border-color css
<style>
span { border-color: #49CCE4; }
span { border-color: rgb(73,204,228); }
td.TdClassName
{
border-color: #49CCE4;
}
.TagClassName
{
border-color: #49CCE4;
}
</style>