Shades of Turquoise #28FEBB
Tints of Turquoise #28FEBB
RGB
CMYK
RGB Variations
Color information
#28FEBB (or 0x28FEBB) is known color: Turquoise. HEX triplet: 28, FE and BB. RGB value is (40,254,187). Sum of RGB (Red+Green+Blue) = 40+254+187=481 (63% of max value = 765). Red value is 40 (16.02% from 255 or 8.32% from 481); Green value is 254 (99.61% from 255 or 52.81% from 481); Blue value is 187 (73.44% from 255 or 38.88% from 481); Max value from RGB is 254 - color contains mainly: green. Hex color #28FEBB is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #28FEBB is #D70144. Grayscale: #B6B6B6. Windows color (decimal): -14090565 or 12320296. OLE color: 12320296.
HSL color Cylindrical-coordinate representation of color #28FEBB: hue angle of 161.21º 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 #28FEBB is Cyan = 0.84, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 40 | 254 | 187 | - |
| CMYK | 0.84 | 0 | 0.26 | 0.00 |
| HSL | 161.22º | 0.99% | 0.58% | - |
| HSV(B) | 161.22º | 0.84% | 1% | - |
| XYZ | 45.29 | 74.92 | 59.09 | - |
| YUV | 182.38 | 130.6 | 26.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 254 | 187 | 0.84 | 0 | 0.26 | 0.00 | 161.22 | 0.99 | 0.58 |
| Hex | 28 | FE | BB | 54 | 0 | 1A | 0 | A1 | 63 | 3A |
| Octal | 50 | 376 | 273 | 124 | 0 | 32 | 0 | 241 | 143 | 72 |
| Binary | 101000 | 11111110 | 10111011 | 1010100 | 0 | 11010 | 0 | 10100001 | 1100011 | 111010 |
Color Harmonies of #28FEBB
Complementary color
Monochromatic Colors of #28FEBB
Black with #28FEBB
Text Example
Text Example
White with #28FEBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28FEBB; }
p { color: rgb(40,254,187); }
H1.HeaderClassName
{
color: #28FEBB;
}
.AnyTagClassName
{
color: #28FEBB;
}
</style>
background-color css
<style>
a { background-color: #28FEBB; }
a { background-color: rgb(40,254,187); }
div.DivClassName
{
background-color: #28FEBB;
}
.BgClassName
{
background-color: #28FEBB;
}
</style>
border-color css
<style>
span { border-color: #28FEBB; }
span { border-color: rgb(40,254,187); }
td.TdClassName
{
border-color: #28FEBB;
}
.TagClassName
{
border-color: #28FEBB;
}
</style>