Shades of Teal Blue #205560
Tints of Teal Blue #205560
RGB
CMYK
RGB Variations
Color information
#205560 (or 0x205560) is known color: Teal Blue. HEX triplet: 20, 55 and 60. RGB value is (32,85,96). Sum of RGB (Red+Green+Blue) = 32+85+96=213 (28% of max value = 765). Red value is 32 (12.89% from 255 or 15.02% from 213); Green value is 85 (33.59% from 255 or 39.91% from 213); Blue value is 96 (37.89% from 255 or 45.07% from 213); Max value from RGB is 96 - color contains mainly: blue. Hex color #205560 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #205560 is #DFAA9F. Grayscale: #464646. Windows color (decimal): -14658208 or 6313248. OLE color: 6313248.
HSL color Cylindrical-coordinate representation of color #205560: hue angle of 190.31º degrees, saturation: 0.5, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #205560 is Cyan = 0.67, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 32 | 85 | 96 | - |
| CMYK | 0.67 | 0.11 | 0 | 0.62 |
| HSL | 190.31º | 0.5% | 0.25% | - |
| HSV(B) | 190.31º | 0.67% | 0.38% | - |
| XYZ | 5.96 | 7.65 | 12.23 | - |
| YUV | 70.41 | 142.44 | 100.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 85 | 96 | 0.67 | 0.11 | 0 | 0.62 | 190.31 | 0.5 | 0.25 |
| Hex | 20 | 55 | 60 | 43 | B | 0 | 3E | BE | 32 | 19 |
| Octal | 40 | 125 | 140 | 103 | 13 | 0 | 76 | 276 | 62 | 31 |
| Binary | 100000 | 1010101 | 1100000 | 1000011 | 1011 | 0 | 111110 | 10111110 | 110010 | 11001 |
Color Harmonies of #205560
Complementary color
Monochromatic Colors of #205560
Black with #205560
Text Example
Text Example
White with #205560
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #205560; }
p { color: rgb(32,85,96); }
H1.HeaderClassName
{
color: #205560;
}
.AnyTagClassName
{
color: #205560;
}
</style>
background-color css
<style>
a { background-color: #205560; }
a { background-color: rgb(32,85,96); }
div.DivClassName
{
background-color: #205560;
}
.BgClassName
{
background-color: #205560;
}
</style>
border-color css
<style>
span { border-color: #205560; }
span { border-color: rgb(32,85,96); }
td.TdClassName
{
border-color: #205560;
}
.TagClassName
{
border-color: #205560;
}
</style>