Shades of Bright Turquoise #28FFE2
Tints of Bright Turquoise #28FFE2
RGB
CMYK
RGB Variations
Color information
#28FFE2 (or 0x28FFE2) is known color: Bright Turquoise. HEX triplet: 28, FF and E2. RGB value is (40,255,226). Sum of RGB (Red+Green+Blue) = 40+255+226=521 (69% of max value = 765). Red value is 40 (16.02% from 255 or 7.68% from 521); Green value is 255 (100% from 255 or 48.94% from 521); Blue value is 226 (88.67% from 255 or 43.38% from 521); Max value from RGB is 255 - color contains mainly: green. Hex color #28FFE2 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #28FFE2 is #D7001D. Grayscale: #BBBBBB. Windows color (decimal): -14090270 or 14876456. OLE color: 14876456.
HSL color Cylindrical-coordinate representation of color #28FFE2: hue angle of 171.91º 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 #28FFE2 is Cyan = 0.84, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.
Color convert
| RGB | 40 | 255 | 226 | - |
| CMYK | 0.84 | 0 | 0.11 | 0 |
| HSL | 171.91º | 1% | 0.58% | - |
| HSV(B) | 171.91º | 0.84% | 1% | - |
| XYZ | 50.36 | 77.46 | 84.25 | - |
| YUV | 187.41 | 149.77 | 22.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 255 | 226 | 0.84 | 0 | 0.11 | 0 | 171.91 | 1 | 0.58 |
| Hex | 28 | FF | E2 | 54 | 0 | B | 0 | AC | 64 | 3A |
| Octal | 50 | 377 | 342 | 124 | 0 | 13 | 0 | 254 | 144 | 72 |
| Binary | 101000 | 11111111 | 11100010 | 1010100 | 0 | 1011 | 0 | 10101100 | 1100100 | 111010 |
Color Harmonies of #28FFE2
Complementary color
Monochromatic Colors of #28FFE2
Black with #28FFE2
Text Example
Text Example
White with #28FFE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28FFE2; }
p { color: rgb(40,255,226); }
H1.HeaderClassName
{
color: #28FFE2;
}
.AnyTagClassName
{
color: #28FFE2;
}
</style>
background-color css
<style>
a { background-color: #28FFE2; }
a { background-color: rgb(40,255,226); }
div.DivClassName
{
background-color: #28FFE2;
}
.BgClassName
{
background-color: #28FFE2;
}
</style>
border-color css
<style>
span { border-color: #28FFE2; }
span { border-color: rgb(40,255,226); }
td.TdClassName
{
border-color: #28FFE2;
}
.TagClassName
{
border-color: #28FFE2;
}
</style>