Shades of Turquoise #28E3BA
Tints of Turquoise #28E3BA
RGB
CMYK
RGB Variations
Color information
#28E3BA (or 0x28E3BA) is known color: Turquoise. HEX triplet: 28, E3 and BA. RGB value is (40,227,186). Sum of RGB (Red+Green+Blue) = 40+227+186=453 (60% of max value = 765). Red value is 40 (16.02% from 255 or 8.83% from 453); Green value is 227 (89.06% from 255 or 50.11% from 453); Blue value is 186 (73.05% from 255 or 41.06% from 453); Max value from RGB is 227 - color contains mainly: green. Hex color #28E3BA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #28E3BA is #D71C45. Grayscale: #A6A6A6. Windows color (decimal): -14097478 or 12247848. OLE color: 12247848.
HSL color Cylindrical-coordinate representation of color #28E3BA: hue angle of 166.84º degrees, saturation: 0.77, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #28E3BA is Cyan = 0.82, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 40 | 227 | 186 | - |
| CMYK | 0.82 | 0 | 0.18 | 0.11 |
| HSL | 166.84º | 0.77% | 0.52% | - |
| HSV(B) | 166.84º | 0.82% | 0.89% | - |
| XYZ | 37.21 | 58.93 | 55.87 | - |
| YUV | 166.41 | 139.05 | 37.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 227 | 186 | 0.82 | 0 | 0.18 | 0.11 | 166.84 | 0.77 | 0.52 |
| Hex | 28 | E3 | BA | 52 | 0 | 12 | B | A7 | 4D | 34 |
| Octal | 50 | 343 | 272 | 122 | 0 | 22 | 13 | 247 | 115 | 64 |
| Binary | 101000 | 11100011 | 10111010 | 1010010 | 0 | 10010 | 1011 | 10100111 | 1001101 | 110100 |
Color Harmonies of #28E3BA
Complementary color
Monochromatic Colors of #28E3BA
Black with #28E3BA
Text Example
Text Example
White with #28E3BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28E3BA; }
p { color: rgb(40,227,186); }
H1.HeaderClassName
{
color: #28E3BA;
}
.AnyTagClassName
{
color: #28E3BA;
}
</style>
background-color css
<style>
a { background-color: #28E3BA; }
a { background-color: rgb(40,227,186); }
div.DivClassName
{
background-color: #28E3BA;
}
.BgClassName
{
background-color: #28E3BA;
}
</style>
border-color css
<style>
span { border-color: #28E3BA; }
span { border-color: rgb(40,227,186); }
td.TdClassName
{
border-color: #28E3BA;
}
.TagClassName
{
border-color: #28E3BA;
}
</style>