Shades of Bright Turquoise #28E7E6
Tints of Bright Turquoise #28E7E6
RGB
CMYK
RGB Variations
Color information
#28E7E6 (or 0x28E7E6) is known color: Bright Turquoise. HEX triplet: 28, E7 and E6. RGB value is (40,231,230). Sum of RGB (Red+Green+Blue) = 40+231+230=501 (66% of max value = 765). Red value is 40 (16.02% from 255 or 7.98% from 501); Green value is 231 (90.62% from 255 or 46.11% from 501); Blue value is 230 (90.23% from 255 or 45.91% from 501); Max value from RGB is 231 - color contains mainly: green. Hex color #28E7E6 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #28E7E6 is #D71819. Grayscale: #ADADAD. Windows color (decimal): -14096410 or 15132456. OLE color: 15132456.
HSL color Cylindrical-coordinate representation of color #28E7E6: hue angle of 179.69º 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 #28E7E6 is Cyan = 0.83, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 40 | 231 | 230 | - |
| CMYK | 0.83 | 0 | 0.00 | 0.09 |
| HSL | 179.69º | 0.8% | 0.53% | - |
| HSV(B) | 179.69º | 0.83% | 0.91% | - |
| XYZ | 43.73 | 63.32 | 84.78 | - |
| YUV | 173.78 | 159.72 | 32.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 231 | 230 | 0.83 | 0 | 0.00 | 0.09 | 179.69 | 0.8 | 0.53 |
| Hex | 28 | E7 | E6 | 53 | 0 | 0 | 9 | B4 | 50 | 35 |
| Octal | 50 | 347 | 346 | 123 | 0 | 0 | 11 | 264 | 120 | 65 |
| Binary | 101000 | 11100111 | 11100110 | 1010011 | 0 | 0 | 1001 | 10110100 | 1010000 | 110101 |
Color Harmonies of #28E7E6
Complementary color
Monochromatic Colors of #28E7E6
Black with #28E7E6
Text Example
Text Example
White with #28E7E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28E7E6; }
p { color: rgb(40,231,230); }
H1.HeaderClassName
{
color: #28E7E6;
}
.AnyTagClassName
{
color: #28E7E6;
}
</style>
background-color css
<style>
a { background-color: #28E7E6; }
a { background-color: rgb(40,231,230); }
div.DivClassName
{
background-color: #28E7E6;
}
.BgClassName
{
background-color: #28E7E6;
}
</style>
border-color css
<style>
span { border-color: #28E7E6; }
span { border-color: rgb(40,231,230); }
td.TdClassName
{
border-color: #28E7E6;
}
.TagClassName
{
border-color: #28E7E6;
}
</style>