Shades of Bright Turquoise #28FFE6
Tints of Bright Turquoise #28FFE6
RGB
CMYK
RGB Variations
Color information
#28FFE6 (or 0x28FFE6) is known color: Bright Turquoise. HEX triplet: 28, FF and E6. RGB value is (40,255,230). Sum of RGB (Red+Green+Blue) = 40+255+230=525 (69% of max value = 765). Red value is 40 (16.02% from 255 or 7.62% from 525); Green value is 255 (100% from 255 or 48.57% from 525); Blue value is 230 (90.23% from 255 or 43.81% from 525); Max value from RGB is 255 - color contains mainly: green. Hex color #28FFE6 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #28FFE6 is #D70019. Grayscale: #BBBBBB. Windows color (decimal): -14090266 or 15138600. OLE color: 15138600.
HSL color Cylindrical-coordinate representation of color #28FFE6: hue angle of 173.02º 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 #28FFE6 is Cyan = 0.84, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.
Color convert
| RGB | 40 | 255 | 230 | - |
| CMYK | 0.84 | 0 | 0.10 | 0 |
| HSL | 173.02º | 1% | 0.58% | - |
| HSV(B) | 173.02º | 0.84% | 1% | - |
| XYZ | 50.92 | 77.68 | 87.17 | - |
| YUV | 187.87 | 151.77 | 22.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 255 | 230 | 0.84 | 0 | 0.10 | 0 | 173.02 | 1 | 0.58 |
| Hex | 28 | FF | E6 | 54 | 0 | A | 0 | AD | 64 | 3A |
| Octal | 50 | 377 | 346 | 124 | 0 | 12 | 0 | 255 | 144 | 72 |
| Binary | 101000 | 11111111 | 11100110 | 1010100 | 0 | 1010 | 0 | 10101101 | 1100100 | 111010 |
Color Harmonies of #28FFE6
Complementary color
Monochromatic Colors of #28FFE6
Black with #28FFE6
Text Example
Text Example
White with #28FFE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28FFE6; }
p { color: rgb(40,255,230); }
H1.HeaderClassName
{
color: #28FFE6;
}
.AnyTagClassName
{
color: #28FFE6;
}
</style>
background-color css
<style>
a { background-color: #28FFE6; }
a { background-color: rgb(40,255,230); }
div.DivClassName
{
background-color: #28FFE6;
}
.BgClassName
{
background-color: #28FFE6;
}
</style>
border-color css
<style>
span { border-color: #28FFE6; }
span { border-color: rgb(40,255,230); }
td.TdClassName
{
border-color: #28FFE6;
}
.TagClassName
{
border-color: #28FFE6;
}
</style>