Shades of Turquoise #28E5D1
Tints of Turquoise #28E5D1
RGB
CMYK
RGB Variations
Color information
#28E5D1 (or 0x28E5D1) is known color: Turquoise. HEX triplet: 28, E5 and D1. RGB value is (40,229,209). Sum of RGB (Red+Green+Blue) = 40+229+209=478 (63% of max value = 765). Red value is 40 (16.02% from 255 or 8.37% from 478); Green value is 229 (89.84% from 255 or 47.91% from 478); Blue value is 209 (82.03% from 255 or 43.72% from 478); Max value from RGB is 229 - color contains mainly: green. Hex color #28E5D1 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #28E5D1 is #D71A2E. Grayscale: #AAAAAA. Windows color (decimal): -14096943 or 13755688. OLE color: 13755688.
HSL color Cylindrical-coordinate representation of color #28E5D1: hue angle of 173.65º degrees, saturation: 0.78, 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 #28E5D1 is Cyan = 0.83, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 40 | 229 | 209 | - |
| CMYK | 0.83 | 0 | 0.09 | 0.10 |
| HSL | 173.65º | 0.78% | 0.53% | - |
| HSV(B) | 173.65º | 0.83% | 0.9% | - |
| XYZ | 40.4 | 61.09 | 69.98 | - |
| YUV | 170.21 | 149.88 | 35.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 229 | 209 | 0.83 | 0 | 0.09 | 0.10 | 173.65 | 0.78 | 0.53 |
| Hex | 28 | E5 | D1 | 53 | 0 | 9 | A | AE | 4E | 35 |
| Octal | 50 | 345 | 321 | 123 | 0 | 11 | 12 | 256 | 116 | 65 |
| Binary | 101000 | 11100101 | 11010001 | 1010011 | 0 | 1001 | 1010 | 10101110 | 1001110 | 110101 |
Color Harmonies of #28E5D1
Complementary color
Monochromatic Colors of #28E5D1
Black with #28E5D1
Text Example
Text Example
White with #28E5D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28E5D1; }
p { color: rgb(40,229,209); }
H1.HeaderClassName
{
color: #28E5D1;
}
.AnyTagClassName
{
color: #28E5D1;
}
</style>
background-color css
<style>
a { background-color: #28E5D1; }
a { background-color: rgb(40,229,209); }
div.DivClassName
{
background-color: #28E5D1;
}
.BgClassName
{
background-color: #28E5D1;
}
</style>
border-color css
<style>
span { border-color: #28E5D1; }
span { border-color: rgb(40,229,209); }
td.TdClassName
{
border-color: #28E5D1;
}
.TagClassName
{
border-color: #28E5D1;
}
</style>