Shades of Turquoise #28ECB4
Tints of Turquoise #28ECB4
RGB
CMYK
RGB Variations
Color information
#28ECB4 (or 0x28ECB4) is known color: Turquoise. HEX triplet: 28, EC and B4. RGB value is (40,236,180). Sum of RGB (Red+Green+Blue) = 40+236+180=456 (60% of max value = 765). Red value is 40 (16.02% from 255 or 8.77% from 456); Green value is 236 (92.58% from 255 or 51.75% from 456); Blue value is 180 (70.70% from 255 or 39.47% from 456); Max value from RGB is 236 - color contains mainly: green. Hex color #28ECB4 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #28ECB4 is #D7134B. Grayscale: #ABABAB. Windows color (decimal): -14095180 or 11856936. OLE color: 11856936.
HSL color Cylindrical-coordinate representation of color #28ECB4: hue angle of 162.86º 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 #28ECB4 is Cyan = 0.83, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 40 | 236 | 180 | - |
| CMYK | 0.83 | 0 | 0.24 | 0.07 |
| HSL | 162.86º | 0.84% | 0.54% | - |
| HSV(B) | 162.86º | 0.83% | 0.93% | - |
| XYZ | 39.11 | 63.74 | 53.42 | - |
| YUV | 171.01 | 133.07 | 34.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 236 | 180 | 0.83 | 0 | 0.24 | 0.07 | 162.86 | 0.84 | 0.54 |
| Hex | 28 | EC | B4 | 53 | 0 | 18 | 7 | A3 | 54 | 36 |
| Octal | 50 | 354 | 264 | 123 | 0 | 30 | 7 | 243 | 124 | 66 |
| Binary | 101000 | 11101100 | 10110100 | 1010011 | 0 | 11000 | 111 | 10100011 | 1010100 | 110110 |
Color Harmonies of #28ECB4
Complementary color
Monochromatic Colors of #28ECB4
Black with #28ECB4
Text Example
Text Example
White with #28ECB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28ECB4; }
p { color: rgb(40,236,180); }
H1.HeaderClassName
{
color: #28ECB4;
}
.AnyTagClassName
{
color: #28ECB4;
}
</style>
background-color css
<style>
a { background-color: #28ECB4; }
a { background-color: rgb(40,236,180); }
div.DivClassName
{
background-color: #28ECB4;
}
.BgClassName
{
background-color: #28ECB4;
}
</style>
border-color css
<style>
span { border-color: #28ECB4; }
span { border-color: rgb(40,236,180); }
td.TdClassName
{
border-color: #28ECB4;
}
.TagClassName
{
border-color: #28ECB4;
}
</style>