Shades of Turquoise #28ECB7
Tints of Turquoise #28ECB7
RGB
CMYK
RGB Variations
Color information
#28ECB7 (or 0x28ECB7) is known color: Turquoise. HEX triplet: 28, EC and B7. RGB value is (40,236,183). Sum of RGB (Red+Green+Blue) = 40+236+183=459 (60% of max value = 765). Red value is 40 (16.02% from 255 or 8.71% from 459); Green value is 236 (92.58% from 255 or 51.42% from 459); Blue value is 183 (71.88% from 255 or 39.87% from 459); Max value from RGB is 236 - color contains mainly: green. Hex color #28ECB7 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #28ECB7 is #D71348. Grayscale: #ABABAB. Windows color (decimal): -14095177 or 12053544. OLE color: 12053544.
HSL color Cylindrical-coordinate representation of color #28ECB7: hue angle of 163.78º 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 #28ECB7 is Cyan = 0.83, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 40 | 236 | 183 | - |
| CMYK | 0.83 | 0 | 0.22 | 0.07 |
| HSL | 163.78º | 0.84% | 0.54% | - |
| HSV(B) | 163.78º | 0.83% | 0.93% | - |
| XYZ | 39.42 | 63.86 | 55.05 | - |
| YUV | 171.35 | 134.57 | 34.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 236 | 183 | 0.83 | 0 | 0.22 | 0.07 | 163.78 | 0.84 | 0.54 |
| Hex | 28 | EC | B7 | 53 | 0 | 16 | 7 | A4 | 54 | 36 |
| Octal | 50 | 354 | 267 | 123 | 0 | 26 | 7 | 244 | 124 | 66 |
| Binary | 101000 | 11101100 | 10110111 | 1010011 | 0 | 10110 | 111 | 10100100 | 1010100 | 110110 |
Color Harmonies of #28ECB7
Complementary color
Monochromatic Colors of #28ECB7
Black with #28ECB7
Text Example
Text Example
White with #28ECB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28ECB7; }
p { color: rgb(40,236,183); }
H1.HeaderClassName
{
color: #28ECB7;
}
.AnyTagClassName
{
color: #28ECB7;
}
</style>
background-color css
<style>
a { background-color: #28ECB7; }
a { background-color: rgb(40,236,183); }
div.DivClassName
{
background-color: #28ECB7;
}
.BgClassName
{
background-color: #28ECB7;
}
</style>
border-color css
<style>
span { border-color: #28ECB7; }
span { border-color: rgb(40,236,183); }
td.TdClassName
{
border-color: #28ECB7;
}
.TagClassName
{
border-color: #28ECB7;
}
</style>