Shades of Teal Blue #294C57
Tints of Teal Blue #294C57
RGB
CMYK
RGB Variations
Color information
#294C57 (or 0x294C57) is known color: Teal Blue. HEX triplet: 29, 4C and 57. RGB value is (41,76,87). Sum of RGB (Red+Green+Blue) = 41+76+87=204 (27% of max value = 765). Red value is 41 (16.41% from 255 or 20.10% from 204); Green value is 76 (30.08% from 255 or 37.25% from 204); Blue value is 87 (34.38% from 255 or 42.65% from 204); Max value from RGB is 87 - color contains mainly: blue. Hex color #294C57 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #294C57 is #D6B3A8. Grayscale: #424242. Windows color (decimal): -14070697 or 5721129. OLE color: 5721129.
HSL color Cylindrical-coordinate representation of color #294C57: hue angle of 194.35º degrees, saturation: 0.36, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #294C57 is Cyan = 0.53, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 41 | 76 | 87 | - |
| CMYK | 0.53 | 0.13 | 0 | 0.66 |
| HSL | 194.35º | 0.36% | 0.25% | - |
| HSV(B) | 194.35º | 0.53% | 0.34% | - |
| XYZ | 5.22 | 6.33 | 9.96 | - |
| YUV | 66.79 | 139.4 | 109.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 76 | 87 | 0.53 | 0.13 | 0 | 0.66 | 194.35 | 0.36 | 0.25 |
| Hex | 29 | 4C | 57 | 35 | D | 0 | 42 | C2 | 24 | 19 |
| Octal | 51 | 114 | 127 | 65 | 15 | 0 | 102 | 302 | 44 | 31 |
| Binary | 101001 | 1001100 | 1010111 | 110101 | 1101 | 0 | 1000010 | 11000010 | 100100 | 11001 |
Color Harmonies of #294C57
Complementary color
Monochromatic Colors of #294C57
Black with #294C57
Text Example
Text Example
White with #294C57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #294C57; }
p { color: rgb(41,76,87); }
H1.HeaderClassName
{
color: #294C57;
}
.AnyTagClassName
{
color: #294C57;
}
</style>
background-color css
<style>
a { background-color: #294C57; }
a { background-color: rgb(41,76,87); }
div.DivClassName
{
background-color: #294C57;
}
.BgClassName
{
background-color: #294C57;
}
</style>
border-color css
<style>
span { border-color: #294C57; }
span { border-color: rgb(41,76,87); }
td.TdClassName
{
border-color: #294C57;
}
.TagClassName
{
border-color: #294C57;
}
</style>