Shades of Turquoise #28FEB9
Tints of Turquoise #28FEB9
RGB
CMYK
RGB Variations
Color information
#28FEB9 (or 0x28FEB9) is known color: Turquoise. HEX triplet: 28, FE and B9. RGB value is (40,254,185). Sum of RGB (Red+Green+Blue) = 40+254+185=479 (63% of max value = 765). Red value is 40 (16.02% from 255 or 8.35% from 479); Green value is 254 (99.61% from 255 or 53.03% from 479); Blue value is 185 (72.66% from 255 or 38.62% from 479); Max value from RGB is 254 - color contains mainly: green. Hex color #28FEB9 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #28FEB9 is #D70146. Grayscale: #B6B6B6. Windows color (decimal): -14090567 or 12189224. OLE color: 12189224.
HSL color Cylindrical-coordinate representation of color #28FEB9: hue angle of 160.65º degrees, saturation: 0.99, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #28FEB9 is Cyan = 0.84, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 40 | 254 | 185 | - |
| CMYK | 0.84 | 0 | 0.27 | 0.00 |
| HSL | 160.65º | 0.99% | 0.58% | - |
| HSV(B) | 160.65º | 0.84% | 1% | - |
| XYZ | 45.07 | 74.84 | 57.97 | - |
| YUV | 182.15 | 129.6 | 26.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 254 | 185 | 0.84 | 0 | 0.27 | 0.00 | 160.65 | 0.99 | 0.58 |
| Hex | 28 | FE | B9 | 54 | 0 | 1B | 0 | A1 | 63 | 3A |
| Octal | 50 | 376 | 271 | 124 | 0 | 33 | 0 | 241 | 143 | 72 |
| Binary | 101000 | 11111110 | 10111001 | 1010100 | 0 | 11011 | 0 | 10100001 | 1100011 | 111010 |
Color Harmonies of #28FEB9
Complementary color
Monochromatic Colors of #28FEB9
Black with #28FEB9
Text Example
Text Example
White with #28FEB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28FEB9; }
p { color: rgb(40,254,185); }
H1.HeaderClassName
{
color: #28FEB9;
}
.AnyTagClassName
{
color: #28FEB9;
}
</style>
background-color css
<style>
a { background-color: #28FEB9; }
a { background-color: rgb(40,254,185); }
div.DivClassName
{
background-color: #28FEB9;
}
.BgClassName
{
background-color: #28FEB9;
}
</style>
border-color css
<style>
span { border-color: #28FEB9; }
span { border-color: rgb(40,254,185); }
td.TdClassName
{
border-color: #28FEB9;
}
.TagClassName
{
border-color: #28FEB9;
}
</style>