Shades of Bright Turquoise #28FFE3
Tints of Bright Turquoise #28FFE3
RGB
CMYK
RGB Variations
Color information
#28FFE3 (or 0x28FFE3) is known color: Bright Turquoise. HEX triplet: 28, FF and E3. RGB value is (40,255,227). Sum of RGB (Red+Green+Blue) = 40+255+227=522 (69% of max value = 765). Red value is 40 (16.02% from 255 or 7.66% from 522); Green value is 255 (100% from 255 or 48.85% from 522); Blue value is 227 (89.06% from 255 or 43.49% from 522); Max value from RGB is 255 - color contains mainly: green. Hex color #28FFE3 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #28FFE3 is #D7001C. Grayscale: #BBBBBB. Windows color (decimal): -14090269 or 14941992. OLE color: 14941992.
HSL color Cylindrical-coordinate representation of color #28FFE3: hue angle of 172.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 #28FFE3 is Cyan = 0.84, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.
Color convert
| RGB | 40 | 255 | 227 | - |
| CMYK | 0.84 | 0 | 0.11 | 0 |
| HSL | 172.19º | 1% | 0.58% | - |
| HSV(B) | 172.19º | 0.84% | 1% | - |
| XYZ | 50.5 | 77.52 | 84.97 | - |
| YUV | 187.52 | 150.27 | 22.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 255 | 227 | 0.84 | 0 | 0.11 | 0 | 172.19 | 1 | 0.58 |
| Hex | 28 | FF | E3 | 54 | 0 | B | 0 | AC | 64 | 3A |
| Octal | 50 | 377 | 343 | 124 | 0 | 13 | 0 | 254 | 144 | 72 |
| Binary | 101000 | 11111111 | 11100011 | 1010100 | 0 | 1011 | 0 | 10101100 | 1100100 | 111010 |
Color Harmonies of #28FFE3
Complementary color
Monochromatic Colors of #28FFE3
Black with #28FFE3
Text Example
Text Example
White with #28FFE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28FFE3; }
p { color: rgb(40,255,227); }
H1.HeaderClassName
{
color: #28FFE3;
}
.AnyTagClassName
{
color: #28FFE3;
}
</style>
background-color css
<style>
a { background-color: #28FFE3; }
a { background-color: rgb(40,255,227); }
div.DivClassName
{
background-color: #28FFE3;
}
.BgClassName
{
background-color: #28FFE3;
}
</style>
border-color css
<style>
span { border-color: #28FFE3; }
span { border-color: rgb(40,255,227); }
td.TdClassName
{
border-color: #28FFE3;
}
.TagClassName
{
border-color: #28FFE3;
}
</style>