Shades of Turquoise #28E9CE
Tints of Turquoise #28E9CE
RGB
CMYK
RGB Variations
Color information
#28E9CE (or 0x28E9CE) is known color: Turquoise. HEX triplet: 28, E9 and CE. RGB value is (40,233,206). Sum of RGB (Red+Green+Blue) = 40+233+206=479 (63% of max value = 765). Red value is 40 (16.02% from 255 or 8.35% from 479); Green value is 233 (91.41% from 255 or 48.64% from 479); Blue value is 206 (80.86% from 255 or 43.01% from 479); Max value from RGB is 233 - color contains mainly: green. Hex color #28E9CE is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #28E9CE is #D71631. Grayscale: #ACACAC. Windows color (decimal): -14095922 or 13560104. OLE color: 13560104.
HSL color Cylindrical-coordinate representation of color #28E9CE: hue angle of 171.61º degrees, saturation: 0.81, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #28E9CE is Cyan = 0.83, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 40 | 233 | 206 | - |
| CMYK | 0.83 | 0 | 0.12 | 0.09 |
| HSL | 171.61º | 0.81% | 0.54% | - |
| HSV(B) | 171.61º | 0.83% | 0.91% | - |
| XYZ | 41.15 | 63.19 | 68.42 | - |
| YUV | 172.22 | 147.06 | 33.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 233 | 206 | 0.83 | 0 | 0.12 | 0.09 | 171.61 | 0.81 | 0.54 |
| Hex | 28 | E9 | CE | 53 | 0 | C | 9 | AC | 51 | 36 |
| Octal | 50 | 351 | 316 | 123 | 0 | 14 | 11 | 254 | 121 | 66 |
| Binary | 101000 | 11101001 | 11001110 | 1010011 | 0 | 1100 | 1001 | 10101100 | 1010001 | 110110 |
Color Harmonies of #28E9CE
Complementary color
Monochromatic Colors of #28E9CE
Black with #28E9CE
Text Example
Text Example
White with #28E9CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28E9CE; }
p { color: rgb(40,233,206); }
H1.HeaderClassName
{
color: #28E9CE;
}
.AnyTagClassName
{
color: #28E9CE;
}
</style>
background-color css
<style>
a { background-color: #28E9CE; }
a { background-color: rgb(40,233,206); }
div.DivClassName
{
background-color: #28E9CE;
}
.BgClassName
{
background-color: #28E9CE;
}
</style>
border-color css
<style>
span { border-color: #28E9CE; }
span { border-color: rgb(40,233,206); }
td.TdClassName
{
border-color: #28E9CE;
}
.TagClassName
{
border-color: #28E9CE;
}
</style>