Shades of Turquoise #28E9BD
Tints of Turquoise #28E9BD
RGB
CMYK
RGB Variations
Color information
#28E9BD (or 0x28E9BD) is known color: Turquoise. HEX triplet: 28, E9 and BD. RGB value is (40,233,189). Sum of RGB (Red+Green+Blue) = 40+233+189=462 (61% of max value = 765). Red value is 40 (16.02% from 255 or 8.66% from 462); Green value is 233 (91.41% from 255 or 50.43% from 462); Blue value is 189 (74.22% from 255 or 40.91% from 462); Max value from RGB is 233 - color contains mainly: green. Hex color #28E9BD is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #28E9BD is #D71642. Grayscale: #AAAAAA. Windows color (decimal): -14095939 or 12445992. OLE color: 12445992.
HSL color Cylindrical-coordinate representation of color #28E9BD: hue angle of 166.32º degrees, saturation: 0.81, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #28E9BD is Cyan = 0.83, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 40 | 233 | 189 | - |
| CMYK | 0.83 | 0 | 0.19 | 0.09 |
| HSL | 166.32º | 0.81% | 0.54% | - |
| HSV(B) | 166.32º | 0.83% | 0.91% | - |
| XYZ | 39.2 | 62.4 | 58.12 | - |
| YUV | 170.28 | 138.56 | 35.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 233 | 189 | 0.83 | 0 | 0.19 | 0.09 | 166.32 | 0.81 | 0.54 |
| Hex | 28 | E9 | BD | 53 | 0 | 13 | 9 | A6 | 51 | 36 |
| Octal | 50 | 351 | 275 | 123 | 0 | 23 | 11 | 246 | 121 | 66 |
| Binary | 101000 | 11101001 | 10111101 | 1010011 | 0 | 10011 | 1001 | 10100110 | 1010001 | 110110 |
Color Harmonies of #28E9BD
Complementary color
Monochromatic Colors of #28E9BD
Black with #28E9BD
Text Example
Text Example
White with #28E9BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28E9BD; }
p { color: rgb(40,233,189); }
H1.HeaderClassName
{
color: #28E9BD;
}
.AnyTagClassName
{
color: #28E9BD;
}
</style>
background-color css
<style>
a { background-color: #28E9BD; }
a { background-color: rgb(40,233,189); }
div.DivClassName
{
background-color: #28E9BD;
}
.BgClassName
{
background-color: #28E9BD;
}
</style>
border-color css
<style>
span { border-color: #28E9BD; }
span { border-color: rgb(40,233,189); }
td.TdClassName
{
border-color: #28E9BD;
}
.TagClassName
{
border-color: #28E9BD;
}
</style>