Shades of Turquoise #28E4C5
Tints of Turquoise #28E4C5
RGB
CMYK
RGB Variations
Color information
#28E4C5 (or 0x28E4C5) is known color: Turquoise. HEX triplet: 28, E4 and C5. RGB value is (40,228,197). Sum of RGB (Red+Green+Blue) = 40+228+197=465 (61% of max value = 765). Red value is 40 (16.02% from 255 or 8.60% from 465); Green value is 228 (89.45% from 255 or 49.03% from 465); Blue value is 197 (77.34% from 255 or 42.37% from 465); Max value from RGB is 228 - color contains mainly: green. Hex color #28E4C5 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #28E4C5 is #D71B3A. Grayscale: #A8A8A8. Windows color (decimal): -14097211 or 12969000. OLE color: 12969000.
HSL color Cylindrical-coordinate representation of color #28E4C5: hue angle of 170.11º 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 #28E4C5 is Cyan = 0.82, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 40 | 228 | 197 | - |
| CMYK | 0.82 | 0 | 0.14 | 0.11 |
| HSL | 170.11º | 0.78% | 0.53% | - |
| HSV(B) | 170.11º | 0.82% | 0.89% | - |
| XYZ | 38.7 | 59.97 | 62.36 | - |
| YUV | 168.25 | 144.22 | 36.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 228 | 197 | 0.82 | 0 | 0.14 | 0.11 | 170.11 | 0.78 | 0.53 |
| Hex | 28 | E4 | C5 | 52 | 0 | E | B | AA | 4E | 35 |
| Octal | 50 | 344 | 305 | 122 | 0 | 16 | 13 | 252 | 116 | 65 |
| Binary | 101000 | 11100100 | 11000101 | 1010010 | 0 | 1110 | 1011 | 10101010 | 1001110 | 110101 |
Color Harmonies of #28E4C5
Complementary color
Monochromatic Colors of #28E4C5
Black with #28E4C5
Text Example
Text Example
White with #28E4C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28E4C5; }
p { color: rgb(40,228,197); }
H1.HeaderClassName
{
color: #28E4C5;
}
.AnyTagClassName
{
color: #28E4C5;
}
</style>
background-color css
<style>
a { background-color: #28E4C5; }
a { background-color: rgb(40,228,197); }
div.DivClassName
{
background-color: #28E4C5;
}
.BgClassName
{
background-color: #28E4C5;
}
</style>
border-color css
<style>
span { border-color: #28E4C5; }
span { border-color: rgb(40,228,197); }
td.TdClassName
{
border-color: #28E4C5;
}
.TagClassName
{
border-color: #28E4C5;
}
</style>