Shades of Bright Turquoise #28E5FF
Tints of Bright Turquoise #28E5FF
RGB
CMYK
RGB Variations
Color information
#28E5FF (or 0x28E5FF) is known color: Bright Turquoise. HEX triplet: 28, E5 and FF. RGB value is (40,229,255). Sum of RGB (Red+Green+Blue) = 40+229+255=524 (69% of max value = 765). Red value is 40 (16.02% from 255 or 7.63% from 524); Green value is 229 (89.84% from 255 or 43.70% from 524); Blue value is 255 (100% from 255 or 48.66% from 524); Max value from RGB is 255 - color contains mainly: blue. Hex color #28E5FF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #28E5FF is #D71A00. Grayscale: #AFAFAF. Windows color (decimal): -14096897 or 16770344. OLE color: 16770344.
HSL color Cylindrical-coordinate representation of color #28E5FF: hue angle of 187.26º 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 #28E5FF is Cyan = 0.84, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 40 | 229 | 255 | - |
| CMYK | 0.84 | 0.10 | 0 | 0 |
| HSL | 187.26º | 1% | 0.58% | - |
| HSV(B) | 187.26º | 0.84% | 1% | - |
| XYZ | 46.94 | 63.71 | 104.43 | - |
| YUV | 175.45 | 172.88 | 31.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 229 | 255 | 0.84 | 0.10 | 0 | 0 | 187.26 | 1 | 0.58 |
| Hex | 28 | E5 | FF | 54 | A | 0 | 0 | BB | 64 | 3A |
| Octal | 50 | 345 | 377 | 124 | 12 | 0 | 0 | 273 | 144 | 72 |
| Binary | 101000 | 11100101 | 11111111 | 1010100 | 1010 | 0 | 0 | 10111011 | 1100100 | 111010 |
Color Harmonies of #28E5FF
Complementary color
Monochromatic Colors of #28E5FF
Black with #28E5FF
Text Example
Text Example
White with #28E5FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28E5FF; }
p { color: rgb(40,229,255); }
H1.HeaderClassName
{
color: #28E5FF;
}
.AnyTagClassName
{
color: #28E5FF;
}
</style>
background-color css
<style>
a { background-color: #28E5FF; }
a { background-color: rgb(40,229,255); }
div.DivClassName
{
background-color: #28E5FF;
}
.BgClassName
{
background-color: #28E5FF;
}
</style>
border-color css
<style>
span { border-color: #28E5FF; }
span { border-color: rgb(40,229,255); }
td.TdClassName
{
border-color: #28E5FF;
}
.TagClassName
{
border-color: #28E5FF;
}
</style>