Shades of Bright Turquoise #28FAE1
Tints of Bright Turquoise #28FAE1
RGB
CMYK
RGB Variations
Color information
#28FAE1 (or 0x28FAE1) is known color: Bright Turquoise. HEX triplet: 28, FA and E1. RGB value is (40,250,225). Sum of RGB (Red+Green+Blue) = 40+250+225=515 (68% of max value = 765). Red value is 40 (16.02% from 255 or 7.77% from 515); Green value is 250 (98.05% from 255 or 48.54% from 515); Blue value is 225 (88.28% from 255 or 43.69% from 515); Max value from RGB is 250 - color contains mainly: green. Hex color #28FAE1 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #28FAE1 is #D7051E. Grayscale: #B8B8B8. Windows color (decimal): -14091551 or 14809640. OLE color: 14809640.
HSL color Cylindrical-coordinate representation of color #28FAE1: hue angle of 172.86º degrees, saturation: 0.95, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #28FAE1 is Cyan = 0.84, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 40 | 250 | 225 | - |
| CMYK | 0.84 | 0 | 0.10 | 0.02 |
| HSL | 172.86º | 0.95% | 0.57% | - |
| HSV(B) | 172.86º | 0.84% | 0.98% | - |
| XYZ | 48.65 | 74.26 | 83 | - |
| YUV | 184.36 | 150.93 | 25.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 250 | 225 | 0.84 | 0 | 0.10 | 0.02 | 172.86 | 0.95 | 0.57 |
| Hex | 28 | FA | E1 | 54 | 0 | A | 2 | AD | 5F | 39 |
| Octal | 50 | 372 | 341 | 124 | 0 | 12 | 2 | 255 | 137 | 71 |
| Binary | 101000 | 11111010 | 11100001 | 1010100 | 0 | 1010 | 10 | 10101101 | 1011111 | 111001 |
Color Harmonies of #28FAE1
Complementary color
Monochromatic Colors of #28FAE1
Black with #28FAE1
Text Example
Text Example
White with #28FAE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28FAE1; }
p { color: rgb(40,250,225); }
H1.HeaderClassName
{
color: #28FAE1;
}
.AnyTagClassName
{
color: #28FAE1;
}
</style>
background-color css
<style>
a { background-color: #28FAE1; }
a { background-color: rgb(40,250,225); }
div.DivClassName
{
background-color: #28FAE1;
}
.BgClassName
{
background-color: #28FAE1;
}
</style>
border-color css
<style>
span { border-color: #28FAE1; }
span { border-color: rgb(40,250,225); }
td.TdClassName
{
border-color: #28FAE1;
}
.TagClassName
{
border-color: #28FAE1;
}
</style>