Shades of Bright Turquoise #28FFE1
Tints of Bright Turquoise #28FFE1
RGB
CMYK
RGB Variations
Color information
#28FFE1 (or 0x28FFE1) is known color: Bright Turquoise. HEX triplet: 28, FF and E1. RGB value is (40,255,225). Sum of RGB (Red+Green+Blue) = 40+255+225=520 (68% of max value = 765). Red value is 40 (16.02% from 255 or 7.69% from 520); Green value is 255 (100% from 255 or 49.04% from 520); Blue value is 225 (88.28% from 255 or 43.27% from 520); Max value from RGB is 255 - color contains mainly: green. Hex color #28FFE1 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #28FFE1 is #D7001E. Grayscale: #BBBBBB. Windows color (decimal): -14090271 or 14810920. OLE color: 14810920.
HSL color Cylindrical-coordinate representation of color #28FFE1: hue angle of 171.63º 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 #28FFE1 is Cyan = 0.84, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.
Color convert
| RGB | 40 | 255 | 225 | - |
| CMYK | 0.84 | 0 | 0.12 | 0 |
| HSL | 171.63º | 1% | 0.58% | - |
| HSV(B) | 171.63º | 0.84% | 1% | - |
| XYZ | 50.23 | 77.41 | 83.53 | - |
| YUV | 187.3 | 149.27 | 22.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 255 | 225 | 0.84 | 0 | 0.12 | 0 | 171.63 | 1 | 0.58 |
| Hex | 28 | FF | E1 | 54 | 0 | C | 0 | AC | 64 | 3A |
| Octal | 50 | 377 | 341 | 124 | 0 | 14 | 0 | 254 | 144 | 72 |
| Binary | 101000 | 11111111 | 11100001 | 1010100 | 0 | 1100 | 0 | 10101100 | 1100100 | 111010 |
Color Harmonies of #28FFE1
Complementary color
Monochromatic Colors of #28FFE1
Black with #28FFE1
Text Example
Text Example
White with #28FFE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28FFE1; }
p { color: rgb(40,255,225); }
H1.HeaderClassName
{
color: #28FFE1;
}
.AnyTagClassName
{
color: #28FFE1;
}
</style>
background-color css
<style>
a { background-color: #28FFE1; }
a { background-color: rgb(40,255,225); }
div.DivClassName
{
background-color: #28FFE1;
}
.BgClassName
{
background-color: #28FFE1;
}
</style>
border-color css
<style>
span { border-color: #28FFE1; }
span { border-color: rgb(40,255,225); }
td.TdClassName
{
border-color: #28FFE1;
}
.TagClassName
{
border-color: #28FFE1;
}
</style>