Shades of Bright Turquoise #28E2FB
Tints of Bright Turquoise #28E2FB
RGB
CMYK
RGB Variations
Color information
#28E2FB (or 0x28E2FB) is known color: Bright Turquoise. HEX triplet: 28, E2 and FB. RGB value is (40,226,251). Sum of RGB (Red+Green+Blue) = 40+226+251=517 (68% of max value = 765). Red value is 40 (16.02% from 255 or 7.74% from 517); Green value is 226 (88.67% from 255 or 43.71% from 517); Blue value is 251 (98.44% from 255 or 48.55% from 517); Max value from RGB is 251 - color contains mainly: blue. Hex color #28E2FB is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #28E2FB is #D71D04. Grayscale: #ACACAC. Windows color (decimal): -14097669 or 16507432. OLE color: 16507432.
HSL color Cylindrical-coordinate representation of color #28E2FB: hue angle of 187.11º degrees, saturation: 0.96, 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 #28E2FB is Cyan = 0.84, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 40 | 226 | 251 | - |
| CMYK | 0.84 | 0.10 | 0 | 0.02 |
| HSL | 187.11º | 0.96% | 0.57% | - |
| HSV(B) | 187.11º | 0.84% | 0.98% | - |
| XYZ | 45.48 | 61.81 | 100.8 | - |
| YUV | 173.24 | 171.88 | 32.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 226 | 251 | 0.84 | 0.10 | 0 | 0.02 | 187.11 | 0.96 | 0.57 |
| Hex | 28 | E2 | FB | 54 | A | 0 | 2 | BB | 60 | 39 |
| Octal | 50 | 342 | 373 | 124 | 12 | 0 | 2 | 273 | 140 | 71 |
| Binary | 101000 | 11100010 | 11111011 | 1010100 | 1010 | 0 | 10 | 10111011 | 1100000 | 111001 |
Color Harmonies of #28E2FB
Complementary color
Monochromatic Colors of #28E2FB
Black with #28E2FB
Text Example
Text Example
White with #28E2FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28E2FB; }
p { color: rgb(40,226,251); }
H1.HeaderClassName
{
color: #28E2FB;
}
.AnyTagClassName
{
color: #28E2FB;
}
</style>
background-color css
<style>
a { background-color: #28E2FB; }
a { background-color: rgb(40,226,251); }
div.DivClassName
{
background-color: #28E2FB;
}
.BgClassName
{
background-color: #28E2FB;
}
</style>
border-color css
<style>
span { border-color: #28E2FB; }
span { border-color: rgb(40,226,251); }
td.TdClassName
{
border-color: #28E2FB;
}
.TagClassName
{
border-color: #28E2FB;
}
</style>