Shades of Turquoise #28FFB8
Tints of Turquoise #28FFB8
RGB
CMYK
RGB Variations
Color information
#28FFB8 (or 0x28FFB8) is known color: Turquoise. HEX triplet: 28, FF and B8. RGB value is (40,255,184). Sum of RGB (Red+Green+Blue) = 40+255+184=479 (63% of max value = 765). Red value is 40 (16.02% from 255 or 8.35% from 479); Green value is 255 (100% from 255 or 53.24% from 479); Blue value is 184 (72.27% from 255 or 38.41% from 479); Max value from RGB is 255 - color contains mainly: green. Hex color #28FFB8 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #28FFB8 is #D70047. Grayscale: #B6B6B6. Windows color (decimal): -14090312 or 12123944. OLE color: 12123944.
HSL color Cylindrical-coordinate representation of color #28FFB8: hue angle of 160.19º degrees, saturation: 1, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #28FFB8 is Cyan = 0.84, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.
Color convert
| RGB | 40 | 255 | 184 | - |
| CMYK | 0.84 | 0 | 0.28 | 0 |
| HSL | 160.19º | 1% | 0.58% | - |
| HSV(B) | 160.19º | 0.84% | 1% | - |
| XYZ | 45.29 | 75.43 | 57.52 | - |
| YUV | 182.62 | 128.77 | 26.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 255 | 184 | 0.84 | 0 | 0.28 | 0 | 160.19 | 1 | 0.58 |
| Hex | 28 | FF | B8 | 54 | 0 | 1C | 0 | A0 | 64 | 3A |
| Octal | 50 | 377 | 270 | 124 | 0 | 34 | 0 | 240 | 144 | 72 |
| Binary | 101000 | 11111111 | 10111000 | 1010100 | 0 | 11100 | 0 | 10100000 | 1100100 | 111010 |
Color Harmonies of #28FFB8
Complementary color
Monochromatic Colors of #28FFB8
Black with #28FFB8
Text Example
Text Example
White with #28FFB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28FFB8; }
p { color: rgb(40,255,184); }
H1.HeaderClassName
{
color: #28FFB8;
}
.AnyTagClassName
{
color: #28FFB8;
}
</style>
background-color css
<style>
a { background-color: #28FFB8; }
a { background-color: rgb(40,255,184); }
div.DivClassName
{
background-color: #28FFB8;
}
.BgClassName
{
background-color: #28FFB8;
}
</style>
border-color css
<style>
span { border-color: #28FFB8; }
span { border-color: rgb(40,255,184); }
td.TdClassName
{
border-color: #28FFB8;
}
.TagClassName
{
border-color: #28FFB8;
}
</style>