Shades of Turquoise #28ECB9
Tints of Turquoise #28ECB9
RGB
CMYK
RGB Variations
Color information
#28ECB9 (or 0x28ECB9) is known color: Turquoise. HEX triplet: 28, EC and B9. RGB value is (40,236,185). Sum of RGB (Red+Green+Blue) = 40+236+185=461 (61% of max value = 765). Red value is 40 (16.02% from 255 or 8.68% from 461); Green value is 236 (92.58% from 255 or 51.19% from 461); Blue value is 185 (72.66% from 255 or 40.13% from 461); Max value from RGB is 236 - color contains mainly: green. Hex color #28ECB9 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #28ECB9 is #D71346. Grayscale: #ABABAB. Windows color (decimal): -14095175 or 12184616. OLE color: 12184616.
HSL color Cylindrical-coordinate representation of color #28ECB9: hue angle of 164.39º degrees, saturation: 0.84, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #28ECB9 is Cyan = 0.83, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 40 | 236 | 185 | - |
| CMYK | 0.83 | 0 | 0.22 | 0.07 |
| HSL | 164.39º | 0.84% | 0.54% | - |
| HSV(B) | 164.39º | 0.83% | 0.93% | - |
| XYZ | 39.63 | 63.94 | 56.15 | - |
| YUV | 171.58 | 135.57 | 34.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 236 | 185 | 0.83 | 0 | 0.22 | 0.07 | 164.39 | 0.84 | 0.54 |
| Hex | 28 | EC | B9 | 53 | 0 | 16 | 7 | A4 | 54 | 36 |
| Octal | 50 | 354 | 271 | 123 | 0 | 26 | 7 | 244 | 124 | 66 |
| Binary | 101000 | 11101100 | 10111001 | 1010011 | 0 | 10110 | 111 | 10100100 | 1010100 | 110110 |
Color Harmonies of #28ECB9
Complementary color
Monochromatic Colors of #28ECB9
Black with #28ECB9
Text Example
Text Example
White with #28ECB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28ECB9; }
p { color: rgb(40,236,185); }
H1.HeaderClassName
{
color: #28ECB9;
}
.AnyTagClassName
{
color: #28ECB9;
}
</style>
background-color css
<style>
a { background-color: #28ECB9; }
a { background-color: rgb(40,236,185); }
div.DivClassName
{
background-color: #28ECB9;
}
.BgClassName
{
background-color: #28ECB9;
}
</style>
border-color css
<style>
span { border-color: #28ECB9; }
span { border-color: rgb(40,236,185); }
td.TdClassName
{
border-color: #28ECB9;
}
.TagClassName
{
border-color: #28ECB9;
}
</style>