Shades of Turquoise #28E7DD
Tints of Turquoise #28E7DD
RGB
CMYK
RGB Variations
Color information
#28E7DD (or 0x28E7DD) is known color: Turquoise. HEX triplet: 28, E7 and DD. RGB value is (40,231,221). Sum of RGB (Red+Green+Blue) = 40+231+221=492 (65% of max value = 765). Red value is 40 (16.02% from 255 or 8.13% from 492); Green value is 231 (90.62% from 255 or 46.95% from 492); Blue value is 221 (86.72% from 255 or 44.92% from 492); Max value from RGB is 231 - color contains mainly: green. Hex color #28E7DD is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #28E7DD is #D71822. Grayscale: #ACACAC. Windows color (decimal): -14096419 or 14542632. OLE color: 14542632.
HSL color Cylindrical-coordinate representation of color #28E7DD: hue angle of 176.86º degrees, saturation: 0.8, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #28E7DD is Cyan = 0.83, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 40 | 231 | 221 | - |
| CMYK | 0.83 | 0 | 0.04 | 0.09 |
| HSL | 176.86º | 0.8% | 0.53% | - |
| HSV(B) | 176.86º | 0.83% | 0.91% | - |
| XYZ | 42.5 | 62.82 | 78.29 | - |
| YUV | 172.75 | 155.22 | 33.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 231 | 221 | 0.83 | 0 | 0.04 | 0.09 | 176.86 | 0.8 | 0.53 |
| Hex | 28 | E7 | DD | 53 | 0 | 4 | 9 | B1 | 50 | 35 |
| Octal | 50 | 347 | 335 | 123 | 0 | 4 | 11 | 261 | 120 | 65 |
| Binary | 101000 | 11100111 | 11011101 | 1010011 | 0 | 100 | 1001 | 10110001 | 1010000 | 110101 |
Color Harmonies of #28E7DD
Complementary color
Monochromatic Colors of #28E7DD
Black with #28E7DD
Text Example
Text Example
White with #28E7DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28E7DD; }
p { color: rgb(40,231,221); }
H1.HeaderClassName
{
color: #28E7DD;
}
.AnyTagClassName
{
color: #28E7DD;
}
</style>
background-color css
<style>
a { background-color: #28E7DD; }
a { background-color: rgb(40,231,221); }
div.DivClassName
{
background-color: #28E7DD;
}
.BgClassName
{
background-color: #28E7DD;
}
</style>
border-color css
<style>
span { border-color: #28E7DD; }
span { border-color: rgb(40,231,221); }
td.TdClassName
{
border-color: #28E7DD;
}
.TagClassName
{
border-color: #28E7DD;
}
</style>