Shades of Turquoise #28E7B4
Tints of Turquoise #28E7B4
RGB
CMYK
RGB Variations
Color information
#28E7B4 (or 0x28E7B4) is known color: Turquoise. HEX triplet: 28, E7 and B4. RGB value is (40,231,180). Sum of RGB (Red+Green+Blue) = 40+231+180=451 (59% of max value = 765). Red value is 40 (16.02% from 255 or 8.87% from 451); Green value is 231 (90.62% from 255 or 51.22% from 451); Blue value is 180 (70.70% from 255 or 39.91% from 451); Max value from RGB is 231 - color contains mainly: green. Hex color #28E7B4 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #28E7B4 is #D7184B. Grayscale: #A8A8A8. Windows color (decimal): -14096460 or 11855656. OLE color: 11855656.
HSL color Cylindrical-coordinate representation of color #28E7B4: hue angle of 163.98º degrees, saturation: 0.8, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #28E7B4 is Cyan = 0.83, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 40 | 231 | 180 | - |
| CMYK | 0.83 | 0 | 0.22 | 0.09 |
| HSL | 163.98º | 0.8% | 0.53% | - |
| HSV(B) | 163.98º | 0.83% | 0.91% | - |
| XYZ | 37.69 | 60.9 | 52.95 | - |
| YUV | 168.08 | 134.72 | 36.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 231 | 180 | 0.83 | 0 | 0.22 | 0.09 | 163.98 | 0.8 | 0.53 |
| Hex | 28 | E7 | B4 | 53 | 0 | 16 | 9 | A4 | 50 | 35 |
| Octal | 50 | 347 | 264 | 123 | 0 | 26 | 11 | 244 | 120 | 65 |
| Binary | 101000 | 11100111 | 10110100 | 1010011 | 0 | 10110 | 1001 | 10100100 | 1010000 | 110101 |
Color Harmonies of #28E7B4
Complementary color
Monochromatic Colors of #28E7B4
Black with #28E7B4
Text Example
Text Example
White with #28E7B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28E7B4; }
p { color: rgb(40,231,180); }
H1.HeaderClassName
{
color: #28E7B4;
}
.AnyTagClassName
{
color: #28E7B4;
}
</style>
background-color css
<style>
a { background-color: #28E7B4; }
a { background-color: rgb(40,231,180); }
div.DivClassName
{
background-color: #28E7B4;
}
.BgClassName
{
background-color: #28E7B4;
}
</style>
border-color css
<style>
span { border-color: #28E7B4; }
span { border-color: rgb(40,231,180); }
td.TdClassName
{
border-color: #28E7B4;
}
.TagClassName
{
border-color: #28E7B4;
}
</style>