Shades of Teal Blue #264C58
Tints of Teal Blue #264C58
RGB
CMYK
RGB Variations
Color information
#264C58 (or 0x264C58) is known color: Teal Blue. HEX triplet: 26, 4C and 58. RGB value is (38,76,88). Sum of RGB (Red+Green+Blue) = 38+76+88=202 (26% of max value = 765). Red value is 38 (15.23% from 255 or 18.81% from 202); Green value is 76 (30.08% from 255 or 37.62% from 202); Blue value is 88 (34.77% from 255 or 43.56% from 202); Max value from RGB is 88 - color contains mainly: blue. Hex color #264C58 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #264C58 is #D9B3A7. Grayscale: #414141. Windows color (decimal): -14267304 or 5786662. OLE color: 5786662.
HSL color Cylindrical-coordinate representation of color #264C58: hue angle of 194.4º degrees, saturation: 0.4, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #264C58 is Cyan = 0.57, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 38 | 76 | 88 | - |
| CMYK | 0.57 | 0.14 | 0 | 0.65 |
| HSL | 194.4º | 0.4% | 0.25% | - |
| HSV(B) | 194.4º | 0.57% | 0.35% | - |
| XYZ | 5.15 | 6.29 | 10.17 | - |
| YUV | 66.01 | 140.41 | 108.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 76 | 88 | 0.57 | 0.14 | 0 | 0.65 | 194.4 | 0.4 | 0.25 |
| Hex | 26 | 4C | 58 | 39 | E | 0 | 41 | C2 | 28 | 19 |
| Octal | 46 | 114 | 130 | 71 | 16 | 0 | 101 | 302 | 50 | 31 |
| Binary | 100110 | 1001100 | 1011000 | 111001 | 1110 | 0 | 1000001 | 11000010 | 101000 | 11001 |
Color Harmonies of #264C58
Complementary color
Monochromatic Colors of #264C58
Black with #264C58
Text Example
Text Example
White with #264C58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #264C58; }
p { color: rgb(38,76,88); }
H1.HeaderClassName
{
color: #264C58;
}
.AnyTagClassName
{
color: #264C58;
}
</style>
background-color css
<style>
a { background-color: #264C58; }
a { background-color: rgb(38,76,88); }
div.DivClassName
{
background-color: #264C58;
}
.BgClassName
{
background-color: #264C58;
}
</style>
border-color css
<style>
span { border-color: #264C58; }
span { border-color: rgb(38,76,88); }
td.TdClassName
{
border-color: #264C58;
}
.TagClassName
{
border-color: #264C58;
}
</style>