Shades of Turquoise #28EDDD
Tints of Turquoise #28EDDD
RGB
CMYK
RGB Variations
Color information
#28EDDD (or 0x28EDDD) is known color: Turquoise. HEX triplet: 28, ED and DD. RGB value is (40,237,221). Sum of RGB (Red+Green+Blue) = 40+237+221=498 (65% of max value = 765). Red value is 40 (16.02% from 255 or 8.03% from 498); Green value is 237 (92.97% from 255 or 47.59% from 498); Blue value is 221 (86.72% from 255 or 44.38% from 498); Max value from RGB is 237 - color contains mainly: green. Hex color #28EDDD is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #28EDDD is #D71222. Grayscale: #B0B0B0. Windows color (decimal): -14094883 or 14544168. OLE color: 14544168.
HSL color Cylindrical-coordinate representation of color #28EDDD: hue angle of 175.13º degrees, saturation: 0.85, 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 #28EDDD is Cyan = 0.83, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 40 | 237 | 221 | - |
| CMYK | 0.83 | 0 | 0.07 | 0.07 |
| HSL | 175.13º | 0.85% | 0.54% | - |
| HSV(B) | 175.13º | 0.83% | 0.93% | - |
| XYZ | 44.21 | 66.24 | 78.86 | - |
| YUV | 176.27 | 153.23 | 30.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 237 | 221 | 0.83 | 0 | 0.07 | 0.07 | 175.13 | 0.85 | 0.54 |
| Hex | 28 | ED | DD | 53 | 0 | 7 | 7 | AF | 55 | 36 |
| Octal | 50 | 355 | 335 | 123 | 0 | 7 | 7 | 257 | 125 | 66 |
| Binary | 101000 | 11101101 | 11011101 | 1010011 | 0 | 111 | 111 | 10101111 | 1010101 | 110110 |
Color Harmonies of #28EDDD
Complementary color
Monochromatic Colors of #28EDDD
Black with #28EDDD
Text Example
Text Example
White with #28EDDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28EDDD; }
p { color: rgb(40,237,221); }
H1.HeaderClassName
{
color: #28EDDD;
}
.AnyTagClassName
{
color: #28EDDD;
}
</style>
background-color css
<style>
a { background-color: #28EDDD; }
a { background-color: rgb(40,237,221); }
div.DivClassName
{
background-color: #28EDDD;
}
.BgClassName
{
background-color: #28EDDD;
}
</style>
border-color css
<style>
span { border-color: #28EDDD; }
span { border-color: rgb(40,237,221); }
td.TdClassName
{
border-color: #28EDDD;
}
.TagClassName
{
border-color: #28EDDD;
}
</style>