Shades of Turquoise #28E7E1
Tints of Turquoise #28E7E1
RGB
CMYK
RGB Variations
Color information
#28E7E1 (or 0x28E7E1) is known color: Turquoise. HEX triplet: 28, E7 and E1. RGB value is (40,231,225). Sum of RGB (Red+Green+Blue) = 40+231+225=496 (65% of max value = 765). Red value is 40 (16.02% from 255 or 8.06% from 496); Green value is 231 (90.62% from 255 or 46.57% from 496); Blue value is 225 (88.28% from 255 or 45.36% from 496); Max value from RGB is 231 - color contains mainly: green. Hex color #28E7E1 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #28E7E1 is #D7181E. Grayscale: #ADADAD. Windows color (decimal): -14096415 or 14804776. OLE color: 14804776.
HSL color Cylindrical-coordinate representation of color #28E7E1: hue angle of 178.12º 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 #28E7E1 is Cyan = 0.83, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 40 | 231 | 225 | - |
| CMYK | 0.83 | 0 | 0.03 | 0.09 |
| HSL | 178.12º | 0.8% | 0.53% | - |
| HSV(B) | 178.12º | 0.83% | 0.91% | - |
| XYZ | 43.04 | 63.04 | 81.13 | - |
| YUV | 173.21 | 157.22 | 32.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 231 | 225 | 0.83 | 0 | 0.03 | 0.09 | 178.12 | 0.8 | 0.53 |
| Hex | 28 | E7 | E1 | 53 | 0 | 3 | 9 | B2 | 50 | 35 |
| Octal | 50 | 347 | 341 | 123 | 0 | 3 | 11 | 262 | 120 | 65 |
| Binary | 101000 | 11100111 | 11100001 | 1010011 | 0 | 11 | 1001 | 10110010 | 1010000 | 110101 |
Color Harmonies of #28E7E1
Complementary color
Monochromatic Colors of #28E7E1
Black with #28E7E1
Text Example
Text Example
White with #28E7E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28E7E1; }
p { color: rgb(40,231,225); }
H1.HeaderClassName
{
color: #28E7E1;
}
.AnyTagClassName
{
color: #28E7E1;
}
</style>
background-color css
<style>
a { background-color: #28E7E1; }
a { background-color: rgb(40,231,225); }
div.DivClassName
{
background-color: #28E7E1;
}
.BgClassName
{
background-color: #28E7E1;
}
</style>
border-color css
<style>
span { border-color: #28E7E1; }
span { border-color: rgb(40,231,225); }
td.TdClassName
{
border-color: #28E7E1;
}
.TagClassName
{
border-color: #28E7E1;
}
</style>