Shades of Turquoise #28E4D0
Tints of Turquoise #28E4D0
RGB
CMYK
RGB Variations
Color information
#28E4D0 (or 0x28E4D0) is known color: Turquoise. HEX triplet: 28, E4 and D0. RGB value is (40,228,208). Sum of RGB (Red+Green+Blue) = 40+228+208=476 (63% of max value = 765). Red value is 40 (16.02% from 255 or 8.40% from 476); Green value is 228 (89.45% from 255 or 47.90% from 476); Blue value is 208 (81.64% from 255 or 43.70% from 476); Max value from RGB is 228 - color contains mainly: green. Hex color #28E4D0 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #28E4D0 is #D71B2F. Grayscale: #A9A9A9. Windows color (decimal): -14097200 or 13689896. OLE color: 13689896.
HSL color Cylindrical-coordinate representation of color #28E4D0: hue angle of 173.62º degrees, saturation: 0.78, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #28E4D0 is Cyan = 0.82, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 40 | 228 | 208 | - |
| CMYK | 0.82 | 0 | 0.09 | 0.11 |
| HSL | 173.62º | 0.78% | 0.53% | - |
| HSV(B) | 173.62º | 0.82% | 0.89% | - |
| XYZ | 40 | 60.49 | 69.24 | - |
| YUV | 169.51 | 149.72 | 35.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 228 | 208 | 0.82 | 0 | 0.09 | 0.11 | 173.62 | 0.78 | 0.53 |
| Hex | 28 | E4 | D0 | 52 | 0 | 9 | B | AE | 4E | 35 |
| Octal | 50 | 344 | 320 | 122 | 0 | 11 | 13 | 256 | 116 | 65 |
| Binary | 101000 | 11100100 | 11010000 | 1010010 | 0 | 1001 | 1011 | 10101110 | 1001110 | 110101 |
Color Harmonies of #28E4D0
Complementary color
Monochromatic Colors of #28E4D0
Black with #28E4D0
Text Example
Text Example
White with #28E4D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28E4D0; }
p { color: rgb(40,228,208); }
H1.HeaderClassName
{
color: #28E4D0;
}
.AnyTagClassName
{
color: #28E4D0;
}
</style>
background-color css
<style>
a { background-color: #28E4D0; }
a { background-color: rgb(40,228,208); }
div.DivClassName
{
background-color: #28E4D0;
}
.BgClassName
{
background-color: #28E4D0;
}
</style>
border-color css
<style>
span { border-color: #28E4D0; }
span { border-color: rgb(40,228,208); }
td.TdClassName
{
border-color: #28E4D0;
}
.TagClassName
{
border-color: #28E4D0;
}
</style>