Shades of Turquoise #28E9B7
Tints of Turquoise #28E9B7
RGB
CMYK
RGB Variations
Color information
#28E9B7 (or 0x28E9B7) is known color: Turquoise. HEX triplet: 28, E9 and B7. RGB value is (40,233,183). Sum of RGB (Red+Green+Blue) = 40+233+183=456 (60% of max value = 765). Red value is 40 (16.02% from 255 or 8.77% from 456); Green value is 233 (91.41% from 255 or 51.10% from 456); Blue value is 183 (71.88% from 255 or 40.13% from 456); Max value from RGB is 233 - color contains mainly: green. Hex color #28E9B7 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #28E9B7 is #D71648. Grayscale: #A9A9A9. Windows color (decimal): -14095945 or 12052776. OLE color: 12052776.
HSL color Cylindrical-coordinate representation of color #28E9B7: hue angle of 164.46º 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 #28E9B7 is Cyan = 0.83, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 40 | 233 | 183 | - |
| CMYK | 0.83 | 0 | 0.21 | 0.09 |
| HSL | 164.46º | 0.81% | 0.54% | - |
| HSV(B) | 164.46º | 0.83% | 0.91% | - |
| XYZ | 38.56 | 62.15 | 54.76 | - |
| YUV | 169.59 | 135.56 | 35.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 233 | 183 | 0.83 | 0 | 0.21 | 0.09 | 164.46 | 0.81 | 0.54 |
| Hex | 28 | E9 | B7 | 53 | 0 | 15 | 9 | A4 | 51 | 36 |
| Octal | 50 | 351 | 267 | 123 | 0 | 25 | 11 | 244 | 121 | 66 |
| Binary | 101000 | 11101001 | 10110111 | 1010011 | 0 | 10101 | 1001 | 10100100 | 1010001 | 110110 |
Color Harmonies of #28E9B7
Complementary color
Monochromatic Colors of #28E9B7
Black with #28E9B7
Text Example
Text Example
White with #28E9B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28E9B7; }
p { color: rgb(40,233,183); }
H1.HeaderClassName
{
color: #28E9B7;
}
.AnyTagClassName
{
color: #28E9B7;
}
</style>
background-color css
<style>
a { background-color: #28E9B7; }
a { background-color: rgb(40,233,183); }
div.DivClassName
{
background-color: #28E9B7;
}
.BgClassName
{
background-color: #28E9B7;
}
</style>
border-color css
<style>
span { border-color: #28E9B7; }
span { border-color: rgb(40,233,183); }
td.TdClassName
{
border-color: #28E9B7;
}
.TagClassName
{
border-color: #28E9B7;
}
</style>