Shades of Bright Turquoise #28E7E4
Tints of Bright Turquoise #28E7E4
RGB
CMYK
RGB Variations
Color information
#28E7E4 (or 0x28E7E4) is known color: Bright Turquoise. HEX triplet: 28, E7 and E4. RGB value is (40,231,228). Sum of RGB (Red+Green+Blue) = 40+231+228=499 (66% of max value = 765). Red value is 40 (16.02% from 255 or 8.02% from 499); Green value is 231 (90.62% from 255 or 46.29% from 499); Blue value is 228 (89.45% from 255 or 45.69% from 499); Max value from RGB is 231 - color contains mainly: green. Hex color #28E7E4 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #28E7E4 is #D7181B. Grayscale: #ADADAD. Windows color (decimal): -14096412 or 15001384. OLE color: 15001384.
HSL color Cylindrical-coordinate representation of color #28E7E4: hue angle of 179.06º 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 #28E7E4 is Cyan = 0.83, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 40 | 231 | 228 | - |
| CMYK | 0.83 | 0 | 0.01 | 0.09 |
| HSL | 179.06º | 0.8% | 0.53% | - |
| HSV(B) | 179.06º | 0.83% | 0.91% | - |
| XYZ | 43.45 | 63.2 | 83.31 | - |
| YUV | 173.55 | 158.72 | 32.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 231 | 228 | 0.83 | 0 | 0.01 | 0.09 | 179.06 | 0.8 | 0.53 |
| Hex | 28 | E7 | E4 | 53 | 0 | 1 | 9 | B3 | 50 | 35 |
| Octal | 50 | 347 | 344 | 123 | 0 | 1 | 11 | 263 | 120 | 65 |
| Binary | 101000 | 11100111 | 11100100 | 1010011 | 0 | 1 | 1001 | 10110011 | 1010000 | 110101 |
Color Harmonies of #28E7E4
Complementary color
Monochromatic Colors of #28E7E4
Black with #28E7E4
Text Example
Text Example
White with #28E7E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28E7E4; }
p { color: rgb(40,231,228); }
H1.HeaderClassName
{
color: #28E7E4;
}
.AnyTagClassName
{
color: #28E7E4;
}
</style>
background-color css
<style>
a { background-color: #28E7E4; }
a { background-color: rgb(40,231,228); }
div.DivClassName
{
background-color: #28E7E4;
}
.BgClassName
{
background-color: #28E7E4;
}
</style>
border-color css
<style>
span { border-color: #28E7E4; }
span { border-color: rgb(40,231,228); }
td.TdClassName
{
border-color: #28E7E4;
}
.TagClassName
{
border-color: #28E7E4;
}
</style>