Shades of Turquoise #28E2DA
Tints of Turquoise #28E2DA
RGB
CMYK
RGB Variations
Color information
#28E2DA (or 0x28E2DA) is known color: Turquoise. HEX triplet: 28, E2 and DA. RGB value is (40,226,218). Sum of RGB (Red+Green+Blue) = 40+226+218=484 (64% of max value = 765). Red value is 40 (16.02% from 255 or 8.26% from 484); Green value is 226 (88.67% from 255 or 46.69% from 484); Blue value is 218 (85.55% from 255 or 45.04% from 484); Max value from RGB is 226 - color contains mainly: green. Hex color #28E2DA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #28E2DA is #D71D25. Grayscale: #A9A9A9. Windows color (decimal): -14097702 or 14344744. OLE color: 14344744.
HSL color Cylindrical-coordinate representation of color #28E2DA: hue angle of 177.42º degrees, saturation: 0.76, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #28E2DA is Cyan = 0.82, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 40 | 226 | 218 | - |
| CMYK | 0.82 | 0 | 0.04 | 0.11 |
| HSL | 177.42º | 0.76% | 0.52% | - |
| HSV(B) | 177.42º | 0.82% | 0.89% | - |
| XYZ | 40.73 | 59.91 | 75.75 | - |
| YUV | 169.47 | 155.38 | 35.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 226 | 218 | 0.82 | 0 | 0.04 | 0.11 | 177.42 | 0.76 | 0.52 |
| Hex | 28 | E2 | DA | 52 | 0 | 4 | B | B1 | 4C | 34 |
| Octal | 50 | 342 | 332 | 122 | 0 | 4 | 13 | 261 | 114 | 64 |
| Binary | 101000 | 11100010 | 11011010 | 1010010 | 0 | 100 | 1011 | 10110001 | 1001100 | 110100 |
Color Harmonies of #28E2DA
Complementary color
Monochromatic Colors of #28E2DA
Black with #28E2DA
Text Example
Text Example
White with #28E2DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28E2DA; }
p { color: rgb(40,226,218); }
H1.HeaderClassName
{
color: #28E2DA;
}
.AnyTagClassName
{
color: #28E2DA;
}
</style>
background-color css
<style>
a { background-color: #28E2DA; }
a { background-color: rgb(40,226,218); }
div.DivClassName
{
background-color: #28E2DA;
}
.BgClassName
{
background-color: #28E2DA;
}
</style>
border-color css
<style>
span { border-color: #28E2DA; }
span { border-color: rgb(40,226,218); }
td.TdClassName
{
border-color: #28E2DA;
}
.TagClassName
{
border-color: #28E2DA;
}
</style>