Shades of Bright Turquoise #28E4FD
Tints of Bright Turquoise #28E4FD
RGB
CMYK
RGB Variations
Color information
#28E4FD (or 0x28E4FD) is known color: Bright Turquoise. HEX triplet: 28, E4 and FD. RGB value is (40,228,253). Sum of RGB (Red+Green+Blue) = 40+228+253=521 (69% of max value = 765). Red value is 40 (16.02% from 255 or 7.68% from 521); Green value is 228 (89.45% from 255 or 43.76% from 521); Blue value is 253 (99.22% from 255 or 48.56% from 521); Max value from RGB is 253 - color contains mainly: blue. Hex color #28E4FD is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #28E4FD is #D71B02. Grayscale: #AEAEAE. Windows color (decimal): -14097155 or 16639016. OLE color: 16639016.
HSL color Cylindrical-coordinate representation of color #28E4FD: hue angle of 187.04º degrees, saturation: 0.98, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #28E4FD is Cyan = 0.84, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 40 | 228 | 253 | - |
| CMYK | 0.84 | 0.10 | 0 | 0.01 |
| HSL | 187.04º | 0.98% | 0.57% | - |
| HSV(B) | 187.04º | 0.84% | 0.99% | - |
| XYZ | 46.35 | 63.03 | 102.65 | - |
| YUV | 174.64 | 172.22 | 31.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 228 | 253 | 0.84 | 0.10 | 0 | 0.01 | 187.04 | 0.98 | 0.57 |
| Hex | 28 | E4 | FD | 54 | A | 0 | 1 | BB | 62 | 39 |
| Octal | 50 | 344 | 375 | 124 | 12 | 0 | 1 | 273 | 142 | 71 |
| Binary | 101000 | 11100100 | 11111101 | 1010100 | 1010 | 0 | 1 | 10111011 | 1100010 | 111001 |
Color Harmonies of #28E4FD
Complementary color
Monochromatic Colors of #28E4FD
Black with #28E4FD
Text Example
Text Example
White with #28E4FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28E4FD; }
p { color: rgb(40,228,253); }
H1.HeaderClassName
{
color: #28E4FD;
}
.AnyTagClassName
{
color: #28E4FD;
}
</style>
background-color css
<style>
a { background-color: #28E4FD; }
a { background-color: rgb(40,228,253); }
div.DivClassName
{
background-color: #28E4FD;
}
.BgClassName
{
background-color: #28E4FD;
}
</style>
border-color css
<style>
span { border-color: #28E4FD; }
span { border-color: rgb(40,228,253); }
td.TdClassName
{
border-color: #28E4FD;
}
.TagClassName
{
border-color: #28E4FD;
}
</style>