Shades of Turquoise #28E4BC
Tints of Turquoise #28E4BC
RGB
CMYK
RGB Variations
Color information
#28E4BC (or 0x28E4BC) is known color: Turquoise. HEX triplet: 28, E4 and BC. RGB value is (40,228,188). Sum of RGB (Red+Green+Blue) = 40+228+188=456 (60% of max value = 765). Red value is 40 (16.02% from 255 or 8.77% from 456); Green value is 228 (89.45% from 255 or 50% from 456); Blue value is 188 (73.83% from 255 or 41.23% from 456); Max value from RGB is 228 - color contains mainly: green. Hex color #28E4BC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #28E4BC is #D71B43. Grayscale: #A7A7A7. Windows color (decimal): -14097220 or 12379176. OLE color: 12379176.
HSL color Cylindrical-coordinate representation of color #28E4BC: hue angle of 167.23º degrees, saturation: 0.78, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #28E4BC is Cyan = 0.82, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 40 | 228 | 188 | - |
| CMYK | 0.82 | 0 | 0.18 | 0.11 |
| HSL | 167.23º | 0.78% | 0.53% | - |
| HSV(B) | 167.23º | 0.82% | 0.89% | - |
| XYZ | 37.7 | 59.57 | 57.09 | - |
| YUV | 167.23 | 139.72 | 37.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 228 | 188 | 0.82 | 0 | 0.18 | 0.11 | 167.23 | 0.78 | 0.53 |
| Hex | 28 | E4 | BC | 52 | 0 | 12 | B | A7 | 4E | 35 |
| Octal | 50 | 344 | 274 | 122 | 0 | 22 | 13 | 247 | 116 | 65 |
| Binary | 101000 | 11100100 | 10111100 | 1010010 | 0 | 10010 | 1011 | 10100111 | 1001110 | 110101 |
Color Harmonies of #28E4BC
Complementary color
Monochromatic Colors of #28E4BC
Black with #28E4BC
Text Example
Text Example
White with #28E4BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28E4BC; }
p { color: rgb(40,228,188); }
H1.HeaderClassName
{
color: #28E4BC;
}
.AnyTagClassName
{
color: #28E4BC;
}
</style>
background-color css
<style>
a { background-color: #28E4BC; }
a { background-color: rgb(40,228,188); }
div.DivClassName
{
background-color: #28E4BC;
}
.BgClassName
{
background-color: #28E4BC;
}
</style>
border-color css
<style>
span { border-color: #28E4BC; }
span { border-color: rgb(40,228,188); }
td.TdClassName
{
border-color: #28E4BC;
}
.TagClassName
{
border-color: #28E4BC;
}
</style>