Shades of Turquoise #28E7B6
Tints of Turquoise #28E7B6
RGB
CMYK
RGB Variations
Color information
#28E7B6 (or 0x28E7B6) is known color: Turquoise. HEX triplet: 28, E7 and B6. RGB value is (40,231,182). Sum of RGB (Red+Green+Blue) = 40+231+182=453 (60% of max value = 765). Red value is 40 (16.02% from 255 or 8.83% from 453); Green value is 231 (90.62% from 255 or 50.99% from 453); Blue value is 182 (71.48% from 255 or 40.18% from 453); Max value from RGB is 231 - color contains mainly: green. Hex color #28E7B6 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #28E7B6 is #D71849. Grayscale: #A8A8A8. Windows color (decimal): -14096458 or 11986728. OLE color: 11986728.
HSL color Cylindrical-coordinate representation of color #28E7B6: hue angle of 164.61º 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 #28E7B6 is Cyan = 0.83, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 40 | 231 | 182 | - |
| CMYK | 0.83 | 0 | 0.21 | 0.09 |
| HSL | 164.61º | 0.8% | 0.53% | - |
| HSV(B) | 164.61º | 0.83% | 0.91% | - |
| XYZ | 37.89 | 60.98 | 54.03 | - |
| YUV | 168.31 | 135.72 | 36.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 231 | 182 | 0.83 | 0 | 0.21 | 0.09 | 164.61 | 0.8 | 0.53 |
| Hex | 28 | E7 | B6 | 53 | 0 | 15 | 9 | A5 | 50 | 35 |
| Octal | 50 | 347 | 266 | 123 | 0 | 25 | 11 | 245 | 120 | 65 |
| Binary | 101000 | 11100111 | 10110110 | 1010011 | 0 | 10101 | 1001 | 10100101 | 1010000 | 110101 |
Color Harmonies of #28E7B6
Complementary color
Monochromatic Colors of #28E7B6
Black with #28E7B6
Text Example
Text Example
White with #28E7B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28E7B6; }
p { color: rgb(40,231,182); }
H1.HeaderClassName
{
color: #28E7B6;
}
.AnyTagClassName
{
color: #28E7B6;
}
</style>
background-color css
<style>
a { background-color: #28E7B6; }
a { background-color: rgb(40,231,182); }
div.DivClassName
{
background-color: #28E7B6;
}
.BgClassName
{
background-color: #28E7B6;
}
</style>
border-color css
<style>
span { border-color: #28E7B6; }
span { border-color: rgb(40,231,182); }
td.TdClassName
{
border-color: #28E7B6;
}
.TagClassName
{
border-color: #28E7B6;
}
</style>