Shades of Bright Turquoise #28FEE5
Tints of Bright Turquoise #28FEE5
RGB
CMYK
RGB Variations
Color information
#28FEE5 (or 0x28FEE5) is known color: Bright Turquoise. HEX triplet: 28, FE and E5. RGB value is (40,254,229). Sum of RGB (Red+Green+Blue) = 40+254+229=523 (69% of max value = 765). Red value is 40 (16.02% from 255 or 7.65% from 523); Green value is 254 (99.61% from 255 or 48.57% from 523); Blue value is 229 (89.84% from 255 or 43.79% from 523); Max value from RGB is 254 - color contains mainly: green. Hex color #28FEE5 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #28FEE5 is #D7011A. Grayscale: #BBBBBB. Windows color (decimal): -14090523 or 15072808. OLE color: 15072808.
HSL color Cylindrical-coordinate representation of color #28FEE5: hue angle of 172.99º 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 #28FEE5 is Cyan = 0.84, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 40 | 254 | 229 | - |
| CMYK | 0.84 | 0 | 0.10 | 0.00 |
| HSL | 172.99º | 0.99% | 0.58% | - |
| HSV(B) | 172.99º | 0.84% | 1% | - |
| XYZ | 50.46 | 76.99 | 86.33 | - |
| YUV | 187.16 | 151.6 | 23.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 254 | 229 | 0.84 | 0 | 0.10 | 0.00 | 172.99 | 0.99 | 0.58 |
| Hex | 28 | FE | E5 | 54 | 0 | A | 0 | AD | 63 | 3A |
| Octal | 50 | 376 | 345 | 124 | 0 | 12 | 0 | 255 | 143 | 72 |
| Binary | 101000 | 11111110 | 11100101 | 1010100 | 0 | 1010 | 0 | 10101101 | 1100011 | 111010 |
Color Harmonies of #28FEE5
Complementary color
Monochromatic Colors of #28FEE5
Black with #28FEE5
Text Example
Text Example
White with #28FEE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28FEE5; }
p { color: rgb(40,254,229); }
H1.HeaderClassName
{
color: #28FEE5;
}
.AnyTagClassName
{
color: #28FEE5;
}
</style>
background-color css
<style>
a { background-color: #28FEE5; }
a { background-color: rgb(40,254,229); }
div.DivClassName
{
background-color: #28FEE5;
}
.BgClassName
{
background-color: #28FEE5;
}
</style>
border-color css
<style>
span { border-color: #28FEE5; }
span { border-color: rgb(40,254,229); }
td.TdClassName
{
border-color: #28FEE5;
}
.TagClassName
{
border-color: #28FEE5;
}
</style>