Shades of Turquoise #28DAB9
Tints of Turquoise #28DAB9
RGB
CMYK
RGB Variations
Color information
#28DAB9 (or 0x28DAB9) is known color: Turquoise. HEX triplet: 28, DA and B9. RGB value is (40,218,185). Sum of RGB (Red+Green+Blue) = 40+218+185=443 (58% of max value = 765). Red value is 40 (16.02% from 255 or 9.03% from 443); Green value is 218 (85.55% from 255 or 49.21% from 443); Blue value is 185 (72.66% from 255 or 41.76% from 443); Max value from RGB is 218 - color contains mainly: green. Hex color #28DAB9 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #28DAB9 is #D72546. Grayscale: #A0A0A0. Windows color (decimal): -14099783 or 12180008. OLE color: 12180008.
HSL color Cylindrical-coordinate representation of color #28DAB9: hue angle of 168.88º degrees, saturation: 0.71, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #28DAB9 is Cyan = 0.82, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 40 | 218 | 185 | - |
| CMYK | 0.82 | 0 | 0.15 | 0.15 |
| HSL | 168.88º | 0.71% | 0.51% | - |
| HSV(B) | 168.88º | 0.82% | 0.85% | - |
| XYZ | 34.7 | 54.1 | 54.51 | - |
| YUV | 161.02 | 141.53 | 41.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 218 | 185 | 0.82 | 0 | 0.15 | 0.15 | 168.88 | 0.71 | 0.51 |
| Hex | 28 | DA | B9 | 52 | 0 | F | F | A9 | 47 | 33 |
| Octal | 50 | 332 | 271 | 122 | 0 | 17 | 17 | 251 | 107 | 63 |
| Binary | 101000 | 11011010 | 10111001 | 1010010 | 0 | 1111 | 1111 | 10101001 | 1000111 | 110011 |
Color Harmonies of #28DAB9
Complementary color
Monochromatic Colors of #28DAB9
Black with #28DAB9
Text Example
Text Example
White with #28DAB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28DAB9; }
p { color: rgb(40,218,185); }
H1.HeaderClassName
{
color: #28DAB9;
}
.AnyTagClassName
{
color: #28DAB9;
}
</style>
background-color css
<style>
a { background-color: #28DAB9; }
a { background-color: rgb(40,218,185); }
div.DivClassName
{
background-color: #28DAB9;
}
.BgClassName
{
background-color: #28DAB9;
}
</style>
border-color css
<style>
span { border-color: #28DAB9; }
span { border-color: rgb(40,218,185); }
td.TdClassName
{
border-color: #28DAB9;
}
.TagClassName
{
border-color: #28DAB9;
}
</style>