Shades of Bright Turquoise #28FEE8
Tints of Bright Turquoise #28FEE8
RGB
CMYK
RGB Variations
Color information
#28FEE8 (or 0x28FEE8) is known color: Bright Turquoise. HEX triplet: 28, FE and E8. RGB value is (40,254,232). Sum of RGB (Red+Green+Blue) = 40+254+232=526 (69% of max value = 765). Red value is 40 (16.02% from 255 or 7.60% from 526); Green value is 254 (99.61% from 255 or 48.29% from 526); Blue value is 232 (91.02% from 255 or 44.11% from 526); Max value from RGB is 254 - color contains mainly: green. Hex color #28FEE8 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #28FEE8 is #D70117. Grayscale: #BBBBBB. Windows color (decimal): -14090520 or 15269416. OLE color: 15269416.
HSL color Cylindrical-coordinate representation of color #28FEE8: hue angle of 173.83º 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 #28FEE8 is Cyan = 0.84, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 40 | 254 | 232 | - |
| CMYK | 0.84 | 0 | 0.09 | 0.00 |
| HSL | 173.83º | 0.99% | 0.58% | - |
| HSV(B) | 173.83º | 0.84% | 1% | - |
| XYZ | 50.88 | 77.16 | 88.56 | - |
| YUV | 187.51 | 153.1 | 22.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 254 | 232 | 0.84 | 0 | 0.09 | 0.00 | 173.83 | 0.99 | 0.58 |
| Hex | 28 | FE | E8 | 54 | 0 | 9 | 0 | AE | 63 | 3A |
| Octal | 50 | 376 | 350 | 124 | 0 | 11 | 0 | 256 | 143 | 72 |
| Binary | 101000 | 11111110 | 11101000 | 1010100 | 0 | 1001 | 0 | 10101110 | 1100011 | 111010 |
Color Harmonies of #28FEE8
Complementary color
Monochromatic Colors of #28FEE8
Black with #28FEE8
Text Example
Text Example
White with #28FEE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28FEE8; }
p { color: rgb(40,254,232); }
H1.HeaderClassName
{
color: #28FEE8;
}
.AnyTagClassName
{
color: #28FEE8;
}
</style>
background-color css
<style>
a { background-color: #28FEE8; }
a { background-color: rgb(40,254,232); }
div.DivClassName
{
background-color: #28FEE8;
}
.BgClassName
{
background-color: #28FEE8;
}
</style>
border-color css
<style>
span { border-color: #28FEE8; }
span { border-color: rgb(40,254,232); }
td.TdClassName
{
border-color: #28FEE8;
}
.TagClassName
{
border-color: #28FEE8;
}
</style>