Shades of Turquoise #28E7CE
Tints of Turquoise #28E7CE
RGB
CMYK
RGB Variations
Color information
#28E7CE (or 0x28E7CE) is known color: Turquoise. HEX triplet: 28, E7 and CE. RGB value is (40,231,206). Sum of RGB (Red+Green+Blue) = 40+231+206=477 (63% of max value = 765). Red value is 40 (16.02% from 255 or 8.39% from 477); Green value is 231 (90.62% from 255 or 48.43% from 477); Blue value is 206 (80.86% from 255 or 43.19% from 477); Max value from RGB is 231 - color contains mainly: green. Hex color #28E7CE is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #28E7CE is #D71831. Grayscale: #AAAAAA. Windows color (decimal): -14096434 or 13559592. OLE color: 13559592.
HSL color Cylindrical-coordinate representation of color #28E7CE: hue angle of 172.15º degrees, saturation: 0.8, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #28E7CE is Cyan = 0.83, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 40 | 231 | 206 | - |
| CMYK | 0.83 | 0 | 0.11 | 0.09 |
| HSL | 172.15º | 0.8% | 0.53% | - |
| HSV(B) | 172.15º | 0.83% | 0.91% | - |
| XYZ | 40.59 | 62.06 | 68.23 | - |
| YUV | 171.04 | 147.72 | 34.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 231 | 206 | 0.83 | 0 | 0.11 | 0.09 | 172.15 | 0.8 | 0.53 |
| Hex | 28 | E7 | CE | 53 | 0 | B | 9 | AC | 50 | 35 |
| Octal | 50 | 347 | 316 | 123 | 0 | 13 | 11 | 254 | 120 | 65 |
| Binary | 101000 | 11100111 | 11001110 | 1010011 | 0 | 1011 | 1001 | 10101100 | 1010000 | 110101 |
Color Harmonies of #28E7CE
Complementary color
Monochromatic Colors of #28E7CE
Black with #28E7CE
Text Example
Text Example
White with #28E7CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28E7CE; }
p { color: rgb(40,231,206); }
H1.HeaderClassName
{
color: #28E7CE;
}
.AnyTagClassName
{
color: #28E7CE;
}
</style>
background-color css
<style>
a { background-color: #28E7CE; }
a { background-color: rgb(40,231,206); }
div.DivClassName
{
background-color: #28E7CE;
}
.BgClassName
{
background-color: #28E7CE;
}
</style>
border-color css
<style>
span { border-color: #28E7CE; }
span { border-color: rgb(40,231,206); }
td.TdClassName
{
border-color: #28E7CE;
}
.TagClassName
{
border-color: #28E7CE;
}
</style>