Shades of Teal Blue #134E58
Tints of Teal Blue #134E58
RGB
CMYK
RGB Variations
Color information
#134E58 (or 0x134E58) is known color: Teal Blue. HEX triplet: 13, 4E and 58. RGB value is (19,78,88). Sum of RGB (Red+Green+Blue) = 19+78+88=185 (24% of max value = 765). Red value is 19 (7.81% from 255 or 10.27% from 185); Green value is 78 (30.86% from 255 or 42.16% from 185); Blue value is 88 (34.77% from 255 or 47.57% from 185); Max value from RGB is 88 - color contains mainly: blue. Hex color #134E58 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #134E58 is #ECB1A7. Grayscale: #3D3D3D. Windows color (decimal): -15511976 or 5787155. OLE color: 5787155.
HSL color Cylindrical-coordinate representation of color #134E58: hue angle of 188.7º degrees, saturation: 0.64, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #134E58 is Cyan = 0.78, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 19 | 78 | 88 | - |
| CMYK | 0.78 | 0.11 | 0 | 0.65 |
| HSL | 188.7º | 0.64% | 0.21% | - |
| HSV(B) | 188.7º | 0.78% | 0.35% | - |
| XYZ | 4.75 | 6.29 | 10.2 | - |
| YUV | 61.5 | 142.95 | 97.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 78 | 88 | 0.78 | 0.11 | 0 | 0.65 | 188.7 | 0.64 | 0.21 |
| Hex | 13 | 4E | 58 | 4E | B | 0 | 41 | BD | 40 | 15 |
| Octal | 23 | 116 | 130 | 116 | 13 | 0 | 101 | 275 | 100 | 25 |
| Binary | 10011 | 1001110 | 1011000 | 1001110 | 1011 | 0 | 1000001 | 10111101 | 1000000 | 10101 |
Color Harmonies of #134E58
Complementary color
Monochromatic Colors of #134E58
Black with #134E58
Text Example
Text Example
White with #134E58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #134E58; }
p { color: rgb(19,78,88); }
H1.HeaderClassName
{
color: #134E58;
}
.AnyTagClassName
{
color: #134E58;
}
</style>
background-color css
<style>
a { background-color: #134E58; }
a { background-color: rgb(19,78,88); }
div.DivClassName
{
background-color: #134E58;
}
.BgClassName
{
background-color: #134E58;
}
</style>
border-color css
<style>
span { border-color: #134E58; }
span { border-color: rgb(19,78,88); }
td.TdClassName
{
border-color: #134E58;
}
.TagClassName
{
border-color: #134E58;
}
</style>