Shades of Turquoise #28EAC9
Tints of Turquoise #28EAC9
RGB
CMYK
RGB Variations
Color information
#28EAC9 (or 0x28EAC9) is known color: Turquoise. HEX triplet: 28, EA and C9. RGB value is (40,234,201). Sum of RGB (Red+Green+Blue) = 40+234+201=475 (62% of max value = 765). Red value is 40 (16.02% from 255 or 8.42% from 475); Green value is 234 (91.80% from 255 or 49.26% from 475); Blue value is 201 (78.91% from 255 or 42.32% from 475); Max value from RGB is 234 - color contains mainly: green. Hex color #28EAC9 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #28EAC9 is #D71536. Grayscale: #ACACAC. Windows color (decimal): -14095671 or 13232680. OLE color: 13232680.
HSL color Cylindrical-coordinate representation of color #28EAC9: hue angle of 169.79º degrees, saturation: 0.82, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #28EAC9 is Cyan = 0.83, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 40 | 234 | 201 | - |
| CMYK | 0.83 | 0 | 0.14 | 0.08 |
| HSL | 169.79º | 0.82% | 0.54% | - |
| HSV(B) | 169.79º | 0.83% | 0.92% | - |
| XYZ | 40.84 | 63.51 | 65.37 | - |
| YUV | 172.23 | 144.23 | 33.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 234 | 201 | 0.83 | 0 | 0.14 | 0.08 | 169.79 | 0.82 | 0.54 |
| Hex | 28 | EA | C9 | 53 | 0 | E | 8 | AA | 52 | 36 |
| Octal | 50 | 352 | 311 | 123 | 0 | 16 | 10 | 252 | 122 | 66 |
| Binary | 101000 | 11101010 | 11001001 | 1010011 | 0 | 1110 | 1000 | 10101010 | 1010010 | 110110 |
Color Harmonies of #28EAC9
Complementary color
Monochromatic Colors of #28EAC9
Black with #28EAC9
Text Example
Text Example
White with #28EAC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28EAC9; }
p { color: rgb(40,234,201); }
H1.HeaderClassName
{
color: #28EAC9;
}
.AnyTagClassName
{
color: #28EAC9;
}
</style>
background-color css
<style>
a { background-color: #28EAC9; }
a { background-color: rgb(40,234,201); }
div.DivClassName
{
background-color: #28EAC9;
}
.BgClassName
{
background-color: #28EAC9;
}
</style>
border-color css
<style>
span { border-color: #28EAC9; }
span { border-color: rgb(40,234,201); }
td.TdClassName
{
border-color: #28EAC9;
}
.TagClassName
{
border-color: #28EAC9;
}
</style>