Shades of Bright Turquoise #28F8ED
Tints of Bright Turquoise #28F8ED
RGB
CMYK
RGB Variations
Color information
#28F8ED (or 0x28F8ED) is known color: Bright Turquoise. HEX triplet: 28, F8 and ED. RGB value is (40,248,237). Sum of RGB (Red+Green+Blue) = 40+248+237=525 (69% of max value = 765). Red value is 40 (16.02% from 255 or 7.62% from 525); Green value is 248 (97.27% from 255 or 47.24% from 525); Blue value is 237 (92.97% from 255 or 45.14% from 525); Max value from RGB is 248 - color contains mainly: green. Hex color #28F8ED is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #28F8ED is #D70712. Grayscale: #B8B8B8. Windows color (decimal): -14092051 or 15595560. OLE color: 15595560.
HSL color Cylindrical-coordinate representation of color #28F8ED: hue angle of 176.83º degrees, saturation: 0.94, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #28F8ED is Cyan = 0.84, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 40 | 248 | 237 | - |
| CMYK | 0.84 | 0 | 0.04 | 0.03 |
| HSL | 176.83º | 0.94% | 0.56% | - |
| HSV(B) | 176.83º | 0.84% | 0.97% | - |
| XYZ | 49.73 | 73.7 | 91.73 | - |
| YUV | 184.55 | 157.59 | 24.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 248 | 237 | 0.84 | 0 | 0.04 | 0.03 | 176.83 | 0.94 | 0.56 |
| Hex | 28 | F8 | ED | 54 | 0 | 4 | 3 | B1 | 5E | 38 |
| Octal | 50 | 370 | 355 | 124 | 0 | 4 | 3 | 261 | 136 | 70 |
| Binary | 101000 | 11111000 | 11101101 | 1010100 | 0 | 100 | 11 | 10110001 | 1011110 | 111000 |
Color Harmonies of #28F8ED
Complementary color
Monochromatic Colors of #28F8ED
Black with #28F8ED
Text Example
Text Example
White with #28F8ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28F8ED; }
p { color: rgb(40,248,237); }
H1.HeaderClassName
{
color: #28F8ED;
}
.AnyTagClassName
{
color: #28F8ED;
}
</style>
background-color css
<style>
a { background-color: #28F8ED; }
a { background-color: rgb(40,248,237); }
div.DivClassName
{
background-color: #28F8ED;
}
.BgClassName
{
background-color: #28F8ED;
}
</style>
border-color css
<style>
span { border-color: #28F8ED; }
span { border-color: rgb(40,248,237); }
td.TdClassName
{
border-color: #28F8ED;
}
.TagClassName
{
border-color: #28F8ED;
}
</style>