Shades of Turquoise #28ECB6
Tints of Turquoise #28ECB6
RGB
CMYK
RGB Variations
Color information
#28ECB6 (or 0x28ECB6) is known color: Turquoise. HEX triplet: 28, EC and B6. RGB value is (40,236,182). Sum of RGB (Red+Green+Blue) = 40+236+182=458 (60% of max value = 765). Red value is 40 (16.02% from 255 or 8.73% from 458); Green value is 236 (92.58% from 255 or 51.53% from 458); Blue value is 182 (71.48% from 255 or 39.74% from 458); Max value from RGB is 236 - color contains mainly: green. Hex color #28ECB6 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #28ECB6 is #D71349. Grayscale: #ABABAB. Windows color (decimal): -14095178 or 11988008. OLE color: 11988008.
HSL color Cylindrical-coordinate representation of color #28ECB6: hue angle of 163.47º 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 #28ECB6 is Cyan = 0.83, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 40 | 236 | 182 | - |
| CMYK | 0.83 | 0 | 0.23 | 0.07 |
| HSL | 163.47º | 0.84% | 0.54% | - |
| HSV(B) | 163.47º | 0.83% | 0.93% | - |
| XYZ | 39.31 | 63.82 | 54.5 | - |
| YUV | 171.24 | 134.07 | 34.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 236 | 182 | 0.83 | 0 | 0.23 | 0.07 | 163.47 | 0.84 | 0.54 |
| Hex | 28 | EC | B6 | 53 | 0 | 17 | 7 | A3 | 54 | 36 |
| Octal | 50 | 354 | 266 | 123 | 0 | 27 | 7 | 243 | 124 | 66 |
| Binary | 101000 | 11101100 | 10110110 | 1010011 | 0 | 10111 | 111 | 10100011 | 1010100 | 110110 |
Color Harmonies of #28ECB6
Complementary color
Monochromatic Colors of #28ECB6
Black with #28ECB6
Text Example
Text Example
White with #28ECB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28ECB6; }
p { color: rgb(40,236,182); }
H1.HeaderClassName
{
color: #28ECB6;
}
.AnyTagClassName
{
color: #28ECB6;
}
</style>
background-color css
<style>
a { background-color: #28ECB6; }
a { background-color: rgb(40,236,182); }
div.DivClassName
{
background-color: #28ECB6;
}
.BgClassName
{
background-color: #28ECB6;
}
</style>
border-color css
<style>
span { border-color: #28ECB6; }
span { border-color: rgb(40,236,182); }
td.TdClassName
{
border-color: #28ECB6;
}
.TagClassName
{
border-color: #28ECB6;
}
</style>