Shades of Turquoise #28E9DA
Tints of Turquoise #28E9DA
RGB
CMYK
RGB Variations
Color information
#28E9DA (or 0x28E9DA) is known color: Turquoise. HEX triplet: 28, E9 and DA. RGB value is (40,233,218). Sum of RGB (Red+Green+Blue) = 40+233+218=491 (65% of max value = 765). Red value is 40 (16.02% from 255 or 8.15% from 491); Green value is 233 (91.41% from 255 or 47.45% from 491); Blue value is 218 (85.55% from 255 or 44.40% from 491); Max value from RGB is 233 - color contains mainly: green. Hex color #28E9DA is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #28E9DA is #D71625. Grayscale: #ADADAD. Windows color (decimal): -14095910 or 14346536. OLE color: 14346536.
HSL color Cylindrical-coordinate representation of color #28E9DA: hue angle of 175.34º degrees, saturation: 0.81, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #28E9DA is Cyan = 0.83, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 40 | 233 | 218 | - |
| CMYK | 0.83 | 0 | 0.06 | 0.09 |
| HSL | 175.34º | 0.81% | 0.54% | - |
| HSV(B) | 175.34º | 0.83% | 0.91% | - |
| XYZ | 42.67 | 63.79 | 76.39 | - |
| YUV | 173.58 | 153.06 | 32.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 233 | 218 | 0.83 | 0 | 0.06 | 0.09 | 175.34 | 0.81 | 0.54 |
| Hex | 28 | E9 | DA | 53 | 0 | 6 | 9 | AF | 51 | 36 |
| Octal | 50 | 351 | 332 | 123 | 0 | 6 | 11 | 257 | 121 | 66 |
| Binary | 101000 | 11101001 | 11011010 | 1010011 | 0 | 110 | 1001 | 10101111 | 1010001 | 110110 |
Color Harmonies of #28E9DA
Complementary color
Monochromatic Colors of #28E9DA
Black with #28E9DA
Text Example
Text Example
White with #28E9DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28E9DA; }
p { color: rgb(40,233,218); }
H1.HeaderClassName
{
color: #28E9DA;
}
.AnyTagClassName
{
color: #28E9DA;
}
</style>
background-color css
<style>
a { background-color: #28E9DA; }
a { background-color: rgb(40,233,218); }
div.DivClassName
{
background-color: #28E9DA;
}
.BgClassName
{
background-color: #28E9DA;
}
</style>
border-color css
<style>
span { border-color: #28E9DA; }
span { border-color: rgb(40,233,218); }
td.TdClassName
{
border-color: #28E9DA;
}
.TagClassName
{
border-color: #28E9DA;
}
</style>