Shades of Turquoise #28E6B7
Tints of Turquoise #28E6B7
RGB
CMYK
RGB Variations
Color information
#28E6B7 (or 0x28E6B7) is known color: Turquoise. HEX triplet: 28, E6 and B7. RGB value is (40,230,183). Sum of RGB (Red+Green+Blue) = 40+230+183=453 (60% of max value = 765). Red value is 40 (16.02% from 255 or 8.83% from 453); Green value is 230 (90.23% from 255 or 50.77% from 453); Blue value is 183 (71.88% from 255 or 40.40% from 453); Max value from RGB is 230 - color contains mainly: green. Hex color #28E6B7 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #28E6B7 is #D71948. Grayscale: #A7A7A7. Windows color (decimal): -14096713 or 12052008. OLE color: 12052008.
HSL color Cylindrical-coordinate representation of color #28E6B7: hue angle of 165.16º degrees, saturation: 0.79, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #28E6B7 is Cyan = 0.83, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 40 | 230 | 183 | - |
| CMYK | 0.83 | 0 | 0.20 | 0.10 |
| HSL | 165.16º | 0.79% | 0.53% | - |
| HSV(B) | 165.16º | 0.83% | 0.9% | - |
| XYZ | 37.72 | 60.46 | 54.48 | - |
| YUV | 167.83 | 136.55 | 36.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 230 | 183 | 0.83 | 0 | 0.20 | 0.10 | 165.16 | 0.79 | 0.53 |
| Hex | 28 | E6 | B7 | 53 | 0 | 14 | A | A5 | 4F | 35 |
| Octal | 50 | 346 | 267 | 123 | 0 | 24 | 12 | 245 | 117 | 65 |
| Binary | 101000 | 11100110 | 10110111 | 1010011 | 0 | 10100 | 1010 | 10100101 | 1001111 | 110101 |
Color Harmonies of #28E6B7
Complementary color
Monochromatic Colors of #28E6B7
Black with #28E6B7
Text Example
Text Example
White with #28E6B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28E6B7; }
p { color: rgb(40,230,183); }
H1.HeaderClassName
{
color: #28E6B7;
}
.AnyTagClassName
{
color: #28E6B7;
}
</style>
background-color css
<style>
a { background-color: #28E6B7; }
a { background-color: rgb(40,230,183); }
div.DivClassName
{
background-color: #28E6B7;
}
.BgClassName
{
background-color: #28E6B7;
}
</style>
border-color css
<style>
span { border-color: #28E6B7; }
span { border-color: rgb(40,230,183); }
td.TdClassName
{
border-color: #28E6B7;
}
.TagClassName
{
border-color: #28E6B7;
}
</style>