Shades of Bright Turquoise #28FEEF
Tints of Bright Turquoise #28FEEF
RGB
CMYK
RGB Variations
Color information
#28FEEF (or 0x28FEEF) is known color: Bright Turquoise. HEX triplet: 28, FE and EF. RGB value is (40,254,239). Sum of RGB (Red+Green+Blue) = 40+254+239=533 (70% of max value = 765). Red value is 40 (16.02% from 255 or 7.50% from 533); Green value is 254 (99.61% from 255 or 47.65% from 533); Blue value is 239 (93.75% from 255 or 44.84% from 533); Max value from RGB is 254 - color contains mainly: green. Hex color #28FEEF is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #28FEEF is #D70110. Grayscale: #BCBCBC. Windows color (decimal): -14090513 or 15728168. OLE color: 15728168.
HSL color Cylindrical-coordinate representation of color #28FEEF: hue angle of 175.79º 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 #28FEEF is Cyan = 0.84, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 40 | 254 | 239 | - |
| CMYK | 0.84 | 0 | 0.06 | 0.00 |
| HSL | 175.79º | 0.99% | 0.58% | - |
| HSV(B) | 175.79º | 0.84% | 1% | - |
| XYZ | 51.9 | 77.57 | 93.9 | - |
| YUV | 188.3 | 156.6 | 22.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 254 | 239 | 0.84 | 0 | 0.06 | 0.00 | 175.79 | 0.99 | 0.58 |
| Hex | 28 | FE | EF | 54 | 0 | 6 | 0 | B0 | 63 | 3A |
| Octal | 50 | 376 | 357 | 124 | 0 | 6 | 0 | 260 | 143 | 72 |
| Binary | 101000 | 11111110 | 11101111 | 1010100 | 0 | 110 | 0 | 10110000 | 1100011 | 111010 |
Color Harmonies of #28FEEF
Complementary color
Monochromatic Colors of #28FEEF
Black with #28FEEF
Text Example
Text Example
White with #28FEEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28FEEF; }
p { color: rgb(40,254,239); }
H1.HeaderClassName
{
color: #28FEEF;
}
.AnyTagClassName
{
color: #28FEEF;
}
</style>
background-color css
<style>
a { background-color: #28FEEF; }
a { background-color: rgb(40,254,239); }
div.DivClassName
{
background-color: #28FEEF;
}
.BgClassName
{
background-color: #28FEEF;
}
</style>
border-color css
<style>
span { border-color: #28FEEF; }
span { border-color: rgb(40,254,239); }
td.TdClassName
{
border-color: #28FEEF;
}
.TagClassName
{
border-color: #28FEEF;
}
</style>