Shades of Turquoise #28E0B9
Tints of Turquoise #28E0B9
RGB
CMYK
RGB Variations
Color information
#28E0B9 (or 0x28E0B9) is known color: Turquoise. HEX triplet: 28, E0 and B9. RGB value is (40,224,185). Sum of RGB (Red+Green+Blue) = 40+224+185=449 (59% of max value = 765). Red value is 40 (16.02% from 255 or 8.91% from 449); Green value is 224 (87.89% from 255 or 49.89% from 449); Blue value is 185 (72.66% from 255 or 41.20% from 449); Max value from RGB is 224 - color contains mainly: green. Hex color #28E0B9 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #28E0B9 is #D71F46. Grayscale: #A4A4A4. Windows color (decimal): -14098247 or 12181544. OLE color: 12181544.
HSL color Cylindrical-coordinate representation of color #28E0B9: hue angle of 167.28º degrees, saturation: 0.75, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #28E0B9 is Cyan = 0.82, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 40 | 224 | 185 | - |
| CMYK | 0.82 | 0 | 0.17 | 0.12 |
| HSL | 167.28º | 0.75% | 0.52% | - |
| HSV(B) | 167.28º | 0.82% | 0.88% | - |
| XYZ | 36.29 | 57.27 | 55.04 | - |
| YUV | 164.54 | 139.54 | 39.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 224 | 185 | 0.82 | 0 | 0.17 | 0.12 | 167.28 | 0.75 | 0.52 |
| Hex | 28 | E0 | B9 | 52 | 0 | 11 | C | A7 | 4B | 34 |
| Octal | 50 | 340 | 271 | 122 | 0 | 21 | 14 | 247 | 113 | 64 |
| Binary | 101000 | 11100000 | 10111001 | 1010010 | 0 | 10001 | 1100 | 10100111 | 1001011 | 110100 |
Color Harmonies of #28E0B9
Complementary color
Monochromatic Colors of #28E0B9
Black with #28E0B9
Text Example
Text Example
White with #28E0B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28E0B9; }
p { color: rgb(40,224,185); }
H1.HeaderClassName
{
color: #28E0B9;
}
.AnyTagClassName
{
color: #28E0B9;
}
</style>
background-color css
<style>
a { background-color: #28E0B9; }
a { background-color: rgb(40,224,185); }
div.DivClassName
{
background-color: #28E0B9;
}
.BgClassName
{
background-color: #28E0B9;
}
</style>
border-color css
<style>
span { border-color: #28E0B9; }
span { border-color: rgb(40,224,185); }
td.TdClassName
{
border-color: #28E0B9;
}
.TagClassName
{
border-color: #28E0B9;
}
</style>