Shades of Turquoise #28FFBF
Tints of Turquoise #28FFBF
RGB
CMYK
RGB Variations
Color information
#28FFBF (or 0x28FFBF) is known color: Turquoise. HEX triplet: 28, FF and BF. RGB value is (40,255,191). Sum of RGB (Red+Green+Blue) = 40+255+191=486 (64% of max value = 765). Red value is 40 (16.02% from 255 or 8.23% from 486); Green value is 255 (100% from 255 or 52.47% from 486); Blue value is 191 (75% from 255 or 39.30% from 486); Max value from RGB is 255 - color contains mainly: green. Hex color #28FFBF is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #28FFBF is #D70040. Grayscale: #B7B7B7. Windows color (decimal): -14090305 or 12582696. OLE color: 12582696.
HSL color Cylindrical-coordinate representation of color #28FFBF: hue angle of 162.14º 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 #28FFBF is Cyan = 0.84, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.
Color convert
| RGB | 40 | 255 | 191 | - |
| CMYK | 0.84 | 0 | 0.25 | 0 |
| HSL | 162.14º | 1% | 0.58% | - |
| HSV(B) | 162.14º | 0.84% | 1% | - |
| XYZ | 46.04 | 75.73 | 61.48 | - |
| YUV | 183.42 | 132.27 | 25.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 255 | 191 | 0.84 | 0 | 0.25 | 0 | 162.14 | 1 | 0.58 |
| Hex | 28 | FF | BF | 54 | 0 | 19 | 0 | A2 | 64 | 3A |
| Octal | 50 | 377 | 277 | 124 | 0 | 31 | 0 | 242 | 144 | 72 |
| Binary | 101000 | 11111111 | 10111111 | 1010100 | 0 | 11001 | 0 | 10100010 | 1100100 | 111010 |
Color Harmonies of #28FFBF
Complementary color
Monochromatic Colors of #28FFBF
Black with #28FFBF
Text Example
Text Example
White with #28FFBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28FFBF; }
p { color: rgb(40,255,191); }
H1.HeaderClassName
{
color: #28FFBF;
}
.AnyTagClassName
{
color: #28FFBF;
}
</style>
background-color css
<style>
a { background-color: #28FFBF; }
a { background-color: rgb(40,255,191); }
div.DivClassName
{
background-color: #28FFBF;
}
.BgClassName
{
background-color: #28FFBF;
}
</style>
border-color css
<style>
span { border-color: #28FFBF; }
span { border-color: rgb(40,255,191); }
td.TdClassName
{
border-color: #28FFBF;
}
.TagClassName
{
border-color: #28FFBF;
}
</style>