Shades of Turquoise #28E5BA
Tints of Turquoise #28E5BA
RGB
CMYK
RGB Variations
Color information
#28E5BA (or 0x28E5BA) is known color: Turquoise. HEX triplet: 28, E5 and BA. RGB value is (40,229,186). Sum of RGB (Red+Green+Blue) = 40+229+186=455 (60% of max value = 765). Red value is 40 (16.02% from 255 or 8.79% from 455); Green value is 229 (89.84% from 255 or 50.33% from 455); Blue value is 186 (73.05% from 255 or 40.88% from 455); Max value from RGB is 229 - color contains mainly: green. Hex color #28E5BA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #28E5BA is #D71A45. Grayscale: #A7A7A7. Windows color (decimal): -14096966 or 12248360. OLE color: 12248360.
HSL color Cylindrical-coordinate representation of color #28E5BA: hue angle of 166.35º degrees, saturation: 0.78, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #28E5BA is Cyan = 0.83, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 40 | 229 | 186 | - |
| CMYK | 0.83 | 0 | 0.19 | 0.10 |
| HSL | 166.35º | 0.78% | 0.53% | - |
| HSV(B) | 166.35º | 0.83% | 0.9% | - |
| XYZ | 37.76 | 60.03 | 56.05 | - |
| YUV | 167.59 | 138.38 | 37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 229 | 186 | 0.83 | 0 | 0.19 | 0.10 | 166.35 | 0.78 | 0.53 |
| Hex | 28 | E5 | BA | 53 | 0 | 13 | A | A6 | 4E | 35 |
| Octal | 50 | 345 | 272 | 123 | 0 | 23 | 12 | 246 | 116 | 65 |
| Binary | 101000 | 11100101 | 10111010 | 1010011 | 0 | 10011 | 1010 | 10100110 | 1001110 | 110101 |
Color Harmonies of #28E5BA
Complementary color
Monochromatic Colors of #28E5BA
Black with #28E5BA
Text Example
Text Example
White with #28E5BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28E5BA; }
p { color: rgb(40,229,186); }
H1.HeaderClassName
{
color: #28E5BA;
}
.AnyTagClassName
{
color: #28E5BA;
}
</style>
background-color css
<style>
a { background-color: #28E5BA; }
a { background-color: rgb(40,229,186); }
div.DivClassName
{
background-color: #28E5BA;
}
.BgClassName
{
background-color: #28E5BA;
}
</style>
border-color css
<style>
span { border-color: #28E5BA; }
span { border-color: rgb(40,229,186); }
td.TdClassName
{
border-color: #28E5BA;
}
.TagClassName
{
border-color: #28E5BA;
}
</style>