Shades of Bright Turquoise #28FFEA
Tints of Bright Turquoise #28FFEA
RGB
CMYK
RGB Variations
Color information
#28FFEA (or 0x28FFEA) is known color: Bright Turquoise. HEX triplet: 28, FF and EA. RGB value is (40,255,234). Sum of RGB (Red+Green+Blue) = 40+255+234=529 (70% of max value = 765). Red value is 40 (16.02% from 255 or 7.56% from 529); Green value is 255 (100% from 255 or 48.20% from 529); Blue value is 234 (91.80% from 255 or 44.23% from 529); Max value from RGB is 255 - color contains mainly: green. Hex color #28FFEA is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #28FFEA is #D70015. Grayscale: #BCBCBC. Windows color (decimal): -14090262 or 15400744. OLE color: 15400744.
HSL color Cylindrical-coordinate representation of color #28FFEA: hue angle of 174.14º 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 #28FFEA is Cyan = 0.84, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.
Color convert
| RGB | 40 | 255 | 234 | - |
| CMYK | 0.84 | 0 | 0.08 | 0 |
| HSL | 174.14º | 1% | 0.58% | - |
| HSV(B) | 174.14º | 0.84% | 1% | - |
| XYZ | 51.49 | 77.91 | 90.17 | - |
| YUV | 188.32 | 153.77 | 22.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 255 | 234 | 0.84 | 0 | 0.08 | 0 | 174.14 | 1 | 0.58 |
| Hex | 28 | FF | EA | 54 | 0 | 8 | 0 | AE | 64 | 3A |
| Octal | 50 | 377 | 352 | 124 | 0 | 10 | 0 | 256 | 144 | 72 |
| Binary | 101000 | 11111111 | 11101010 | 1010100 | 0 | 1000 | 0 | 10101110 | 1100100 | 111010 |
Color Harmonies of #28FFEA
Complementary color
Monochromatic Colors of #28FFEA
Black with #28FFEA
Text Example
Text Example
White with #28FFEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28FFEA; }
p { color: rgb(40,255,234); }
H1.HeaderClassName
{
color: #28FFEA;
}
.AnyTagClassName
{
color: #28FFEA;
}
</style>
background-color css
<style>
a { background-color: #28FFEA; }
a { background-color: rgb(40,255,234); }
div.DivClassName
{
background-color: #28FFEA;
}
.BgClassName
{
background-color: #28FFEA;
}
</style>
border-color css
<style>
span { border-color: #28FFEA; }
span { border-color: rgb(40,255,234); }
td.TdClassName
{
border-color: #28FFEA;
}
.TagClassName
{
border-color: #28FFEA;
}
</style>