Shades of Bright Turquoise #28F9E4
Tints of Bright Turquoise #28F9E4
RGB
CMYK
RGB Variations
Color information
#28F9E4 (or 0x28F9E4) is known color: Bright Turquoise. HEX triplet: 28, F9 and E4. RGB value is (40,249,228). Sum of RGB (Red+Green+Blue) = 40+249+228=517 (68% of max value = 765). Red value is 40 (16.02% from 255 or 7.74% from 517); Green value is 249 (97.66% from 255 or 48.16% from 517); Blue value is 228 (89.45% from 255 or 44.10% from 517); Max value from RGB is 249 - color contains mainly: green. Hex color #28F9E4 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #28F9E4 is #D7061B. Grayscale: #B7B7B7. Windows color (decimal): -14091804 or 15005992. OLE color: 15005992.
HSL color Cylindrical-coordinate representation of color #28F9E4: hue angle of 173.97º degrees, saturation: 0.95, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #28F9E4 is Cyan = 0.84, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 40 | 249 | 228 | - |
| CMYK | 0.84 | 0 | 0.08 | 0.02 |
| HSL | 173.97º | 0.95% | 0.57% | - |
| HSV(B) | 173.97º | 0.84% | 0.98% | - |
| XYZ | 48.75 | 73.8 | 85.07 | - |
| YUV | 184.12 | 152.76 | 25.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 249 | 228 | 0.84 | 0 | 0.08 | 0.02 | 173.97 | 0.95 | 0.57 |
| Hex | 28 | F9 | E4 | 54 | 0 | 8 | 2 | AE | 5F | 39 |
| Octal | 50 | 371 | 344 | 124 | 0 | 10 | 2 | 256 | 137 | 71 |
| Binary | 101000 | 11111001 | 11100100 | 1010100 | 0 | 1000 | 10 | 10101110 | 1011111 | 111001 |
Color Harmonies of #28F9E4
Complementary color
Monochromatic Colors of #28F9E4
Black with #28F9E4
Text Example
Text Example
White with #28F9E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28F9E4; }
p { color: rgb(40,249,228); }
H1.HeaderClassName
{
color: #28F9E4;
}
.AnyTagClassName
{
color: #28F9E4;
}
</style>
background-color css
<style>
a { background-color: #28F9E4; }
a { background-color: rgb(40,249,228); }
div.DivClassName
{
background-color: #28F9E4;
}
.BgClassName
{
background-color: #28F9E4;
}
</style>
border-color css
<style>
span { border-color: #28F9E4; }
span { border-color: rgb(40,249,228); }
td.TdClassName
{
border-color: #28F9E4;
}
.TagClassName
{
border-color: #28F9E4;
}
</style>