Shades of Turquoise #28ECD8
Tints of Turquoise #28ECD8
RGB
CMYK
RGB Variations
Color information
#28ECD8 (or 0x28ECD8) is known color: Turquoise. HEX triplet: 28, EC and D8. RGB value is (40,236,216). Sum of RGB (Red+Green+Blue) = 40+236+216=492 (65% of max value = 765). Red value is 40 (16.02% from 255 or 8.13% from 492); Green value is 236 (92.58% from 255 or 47.97% from 492); Blue value is 216 (84.77% from 255 or 43.90% from 492); Max value from RGB is 236 - color contains mainly: green. Hex color #28ECD8 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #28ECD8 is #D71327. Grayscale: #AEAEAE. Windows color (decimal): -14095144 or 14216232. OLE color: 14216232.
HSL color Cylindrical-coordinate representation of color #28ECD8: hue angle of 173.88º degrees, saturation: 0.84, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #28ECD8 is Cyan = 0.83, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 40 | 236 | 216 | - |
| CMYK | 0.83 | 0 | 0.08 | 0.07 |
| HSL | 173.88º | 0.84% | 0.54% | - |
| HSV(B) | 173.88º | 0.83% | 0.93% | - |
| XYZ | 43.27 | 65.4 | 75.31 | - |
| YUV | 175.12 | 151.07 | 31.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 236 | 216 | 0.83 | 0 | 0.08 | 0.07 | 173.88 | 0.84 | 0.54 |
| Hex | 28 | EC | D8 | 53 | 0 | 8 | 7 | AE | 54 | 36 |
| Octal | 50 | 354 | 330 | 123 | 0 | 10 | 7 | 256 | 124 | 66 |
| Binary | 101000 | 11101100 | 11011000 | 1010011 | 0 | 1000 | 111 | 10101110 | 1010100 | 110110 |
Color Harmonies of #28ECD8
Complementary color
Monochromatic Colors of #28ECD8
Black with #28ECD8
Text Example
Text Example
White with #28ECD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28ECD8; }
p { color: rgb(40,236,216); }
H1.HeaderClassName
{
color: #28ECD8;
}
.AnyTagClassName
{
color: #28ECD8;
}
</style>
background-color css
<style>
a { background-color: #28ECD8; }
a { background-color: rgb(40,236,216); }
div.DivClassName
{
background-color: #28ECD8;
}
.BgClassName
{
background-color: #28ECD8;
}
</style>
border-color css
<style>
span { border-color: #28ECD8; }
span { border-color: rgb(40,236,216); }
td.TdClassName
{
border-color: #28ECD8;
}
.TagClassName
{
border-color: #28ECD8;
}
</style>