Shades of Bright Turquoise #28E0FD
Tints of Bright Turquoise #28E0FD
RGB
CMYK
RGB Variations
Color information
#28E0FD (or 0x28E0FD) is known color: Bright Turquoise. HEX triplet: 28, E0 and FD. RGB value is (40,224,253). Sum of RGB (Red+Green+Blue) = 40+224+253=517 (68% of max value = 765). Red value is 40 (16.02% from 255 or 7.74% from 517); Green value is 224 (87.89% from 255 or 43.33% from 517); Blue value is 253 (99.22% from 255 or 48.94% from 517); Max value from RGB is 253 - color contains mainly: blue. Hex color #28E0FD is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #28E0FD is #D71F02. Grayscale: #ABABAB. Windows color (decimal): -14098179 or 16637992. OLE color: 16637992.
HSL color Cylindrical-coordinate representation of color #28E0FD: hue angle of 188.17º 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 #28E0FD is Cyan = 0.84, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 40 | 224 | 253 | - |
| CMYK | 0.84 | 0.11 | 0 | 0.01 |
| HSL | 188.17º | 0.98% | 0.57% | - |
| HSV(B) | 188.17º | 0.84% | 0.99% | - |
| XYZ | 45.26 | 60.85 | 102.29 | - |
| YUV | 172.29 | 173.54 | 33.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 224 | 253 | 0.84 | 0.11 | 0 | 0.01 | 188.17 | 0.98 | 0.57 |
| Hex | 28 | E0 | FD | 54 | B | 0 | 1 | BC | 62 | 39 |
| Octal | 50 | 340 | 375 | 124 | 13 | 0 | 1 | 274 | 142 | 71 |
| Binary | 101000 | 11100000 | 11111101 | 1010100 | 1011 | 0 | 1 | 10111100 | 1100010 | 111001 |
Color Harmonies of #28E0FD
Complementary color
Monochromatic Colors of #28E0FD
Black with #28E0FD
Text Example
Text Example
White with #28E0FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28E0FD; }
p { color: rgb(40,224,253); }
H1.HeaderClassName
{
color: #28E0FD;
}
.AnyTagClassName
{
color: #28E0FD;
}
</style>
background-color css
<style>
a { background-color: #28E0FD; }
a { background-color: rgb(40,224,253); }
div.DivClassName
{
background-color: #28E0FD;
}
.BgClassName
{
background-color: #28E0FD;
}
</style>
border-color css
<style>
span { border-color: #28E0FD; }
span { border-color: rgb(40,224,253); }
td.TdClassName
{
border-color: #28E0FD;
}
.TagClassName
{
border-color: #28E0FD;
}
</style>