Shades of Turquoise #28ECDD
Tints of Turquoise #28ECDD
RGB
CMYK
RGB Variations
Color information
#28ECDD (or 0x28ECDD) is known color: Turquoise. HEX triplet: 28, EC and DD. RGB value is (40,236,221). Sum of RGB (Red+Green+Blue) = 40+236+221=497 (65% of max value = 765). Red value is 40 (16.02% from 255 or 8.05% from 497); Green value is 236 (92.58% from 255 or 47.48% from 497); Blue value is 221 (86.72% from 255 or 44.47% from 497); Max value from RGB is 236 - color contains mainly: green. Hex color #28ECDD is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #28ECDD is #D71322. Grayscale: #AFAFAF. Windows color (decimal): -14095139 or 14543912. OLE color: 14543912.
HSL color Cylindrical-coordinate representation of color #28ECDD: hue angle of 175.41º 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 #28ECDD is Cyan = 0.83, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 40 | 236 | 221 | - |
| CMYK | 0.83 | 0 | 0.06 | 0.07 |
| HSL | 175.41º | 0.84% | 0.54% | - |
| HSV(B) | 175.41º | 0.83% | 0.93% | - |
| XYZ | 43.92 | 65.66 | 78.77 | - |
| YUV | 175.69 | 153.57 | 31.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 236 | 221 | 0.83 | 0 | 0.06 | 0.07 | 175.41 | 0.84 | 0.54 |
| Hex | 28 | EC | DD | 53 | 0 | 6 | 7 | AF | 54 | 36 |
| Octal | 50 | 354 | 335 | 123 | 0 | 6 | 7 | 257 | 124 | 66 |
| Binary | 101000 | 11101100 | 11011101 | 1010011 | 0 | 110 | 111 | 10101111 | 1010100 | 110110 |
Color Harmonies of #28ECDD
Complementary color
Monochromatic Colors of #28ECDD
Black with #28ECDD
Text Example
Text Example
White with #28ECDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28ECDD; }
p { color: rgb(40,236,221); }
H1.HeaderClassName
{
color: #28ECDD;
}
.AnyTagClassName
{
color: #28ECDD;
}
</style>
background-color css
<style>
a { background-color: #28ECDD; }
a { background-color: rgb(40,236,221); }
div.DivClassName
{
background-color: #28ECDD;
}
.BgClassName
{
background-color: #28ECDD;
}
</style>
border-color css
<style>
span { border-color: #28ECDD; }
span { border-color: rgb(40,236,221); }
td.TdClassName
{
border-color: #28ECDD;
}
.TagClassName
{
border-color: #28ECDD;
}
</style>