Shades of Turquoise #28E5DA
Tints of Turquoise #28E5DA
RGB
CMYK
RGB Variations
Color information
#28E5DA (or 0x28E5DA) is known color: Turquoise. HEX triplet: 28, E5 and DA. RGB value is (40,229,218). Sum of RGB (Red+Green+Blue) = 40+229+218=487 (64% of max value = 765). Red value is 40 (16.02% from 255 or 8.21% from 487); Green value is 229 (89.84% from 255 or 47.02% from 487); Blue value is 218 (85.55% from 255 or 44.76% from 487); Max value from RGB is 229 - color contains mainly: green. Hex color #28E5DA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #28E5DA is #D71A25. Grayscale: #ABABAB. Windows color (decimal): -14096934 or 14345512. OLE color: 14345512.
HSL color Cylindrical-coordinate representation of color #28E5DA: hue angle of 176.51º 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 #28E5DA is Cyan = 0.83, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 40 | 229 | 218 | - |
| CMYK | 0.83 | 0 | 0.05 | 0.10 |
| HSL | 176.51º | 0.78% | 0.53% | - |
| HSV(B) | 176.51º | 0.83% | 0.9% | - |
| XYZ | 41.55 | 61.55 | 76.02 | - |
| YUV | 171.24 | 154.38 | 34.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 229 | 218 | 0.83 | 0 | 0.05 | 0.10 | 176.51 | 0.78 | 0.53 |
| Hex | 28 | E5 | DA | 53 | 0 | 5 | A | B1 | 4E | 35 |
| Octal | 50 | 345 | 332 | 123 | 0 | 5 | 12 | 261 | 116 | 65 |
| Binary | 101000 | 11100101 | 11011010 | 1010011 | 0 | 101 | 1010 | 10110001 | 1001110 | 110101 |
Color Harmonies of #28E5DA
Complementary color
Monochromatic Colors of #28E5DA
Black with #28E5DA
Text Example
Text Example
White with #28E5DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28E5DA; }
p { color: rgb(40,229,218); }
H1.HeaderClassName
{
color: #28E5DA;
}
.AnyTagClassName
{
color: #28E5DA;
}
</style>
background-color css
<style>
a { background-color: #28E5DA; }
a { background-color: rgb(40,229,218); }
div.DivClassName
{
background-color: #28E5DA;
}
.BgClassName
{
background-color: #28E5DA;
}
</style>
border-color css
<style>
span { border-color: #28E5DA; }
span { border-color: rgb(40,229,218); }
td.TdClassName
{
border-color: #28E5DA;
}
.TagClassName
{
border-color: #28E5DA;
}
</style>