Shades of Turquoise #28E4DA
Tints of Turquoise #28E4DA
RGB
CMYK
RGB Variations
Color information
#28E4DA (or 0x28E4DA) is known color: Turquoise. HEX triplet: 28, E4 and DA. RGB value is (40,228,218). Sum of RGB (Red+Green+Blue) = 40+228+218=486 (64% of max value = 765). Red value is 40 (16.02% from 255 or 8.23% from 486); Green value is 228 (89.45% from 255 or 46.91% from 486); Blue value is 218 (85.55% from 255 or 44.86% from 486); Max value from RGB is 228 - color contains mainly: green. Hex color #28E4DA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #28E4DA is #D71B25. Grayscale: #AAAAAA. Windows color (decimal): -14097190 or 14345256. OLE color: 14345256.
HSL color Cylindrical-coordinate representation of color #28E4DA: hue angle of 176.81º 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 #28E4DA is Cyan = 0.82, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 40 | 228 | 218 | - |
| CMYK | 0.82 | 0 | 0.04 | 0.11 |
| HSL | 176.81º | 0.78% | 0.53% | - |
| HSV(B) | 176.81º | 0.82% | 0.89% | - |
| XYZ | 41.27 | 61 | 75.93 | - |
| YUV | 170.65 | 154.72 | 34.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 228 | 218 | 0.82 | 0 | 0.04 | 0.11 | 176.81 | 0.78 | 0.53 |
| Hex | 28 | E4 | DA | 52 | 0 | 4 | B | B1 | 4E | 35 |
| Octal | 50 | 344 | 332 | 122 | 0 | 4 | 13 | 261 | 116 | 65 |
| Binary | 101000 | 11100100 | 11011010 | 1010010 | 0 | 100 | 1011 | 10110001 | 1001110 | 110101 |
Color Harmonies of #28E4DA
Complementary color
Monochromatic Colors of #28E4DA
Black with #28E4DA
Text Example
Text Example
White with #28E4DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28E4DA; }
p { color: rgb(40,228,218); }
H1.HeaderClassName
{
color: #28E4DA;
}
.AnyTagClassName
{
color: #28E4DA;
}
</style>
background-color css
<style>
a { background-color: #28E4DA; }
a { background-color: rgb(40,228,218); }
div.DivClassName
{
background-color: #28E4DA;
}
.BgClassName
{
background-color: #28E4DA;
}
</style>
border-color css
<style>
span { border-color: #28E4DA; }
span { border-color: rgb(40,228,218); }
td.TdClassName
{
border-color: #28E4DA;
}
.TagClassName
{
border-color: #28E4DA;
}
</style>