Shades of Turquoise #28DEC7
Tints of Turquoise #28DEC7
RGB
CMYK
RGB Variations
Color information
#28DEC7 (or 0x28DEC7) is known color: Turquoise. HEX triplet: 28, DE and C7. RGB value is (40,222,199). Sum of RGB (Red+Green+Blue) = 40+222+199=461 (61% of max value = 765). Red value is 40 (16.02% from 255 or 8.68% from 461); Green value is 222 (87.11% from 255 or 48.16% from 461); Blue value is 199 (78.12% from 255 or 43.17% from 461); Max value from RGB is 222 - color contains mainly: green. Hex color #28DEC7 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #28DEC7 is #D72138. Grayscale: #A4A4A4. Windows color (decimal): -14098745 or 13098536. OLE color: 13098536.
HSL color Cylindrical-coordinate representation of color #28DEC7: hue angle of 172.42º degrees, saturation: 0.73, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #28DEC7 is Cyan = 0.82, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 40 | 222 | 199 | - |
| CMYK | 0.82 | 0 | 0.10 | 0.13 |
| HSL | 172.42º | 0.73% | 0.51% | - |
| HSV(B) | 172.42º | 0.82% | 0.87% | - |
| XYZ | 37.31 | 56.82 | 63.03 | - |
| YUV | 164.96 | 147.2 | 38.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 222 | 199 | 0.82 | 0 | 0.10 | 0.13 | 172.42 | 0.73 | 0.51 |
| Hex | 28 | DE | C7 | 52 | 0 | A | D | AC | 49 | 33 |
| Octal | 50 | 336 | 307 | 122 | 0 | 12 | 15 | 254 | 111 | 63 |
| Binary | 101000 | 11011110 | 11000111 | 1010010 | 0 | 1010 | 1101 | 10101100 | 1001001 | 110011 |
Color Harmonies of #28DEC7
Complementary color
Monochromatic Colors of #28DEC7
Black with #28DEC7
Text Example
Text Example
White with #28DEC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28DEC7; }
p { color: rgb(40,222,199); }
H1.HeaderClassName
{
color: #28DEC7;
}
.AnyTagClassName
{
color: #28DEC7;
}
</style>
background-color css
<style>
a { background-color: #28DEC7; }
a { background-color: rgb(40,222,199); }
div.DivClassName
{
background-color: #28DEC7;
}
.BgClassName
{
background-color: #28DEC7;
}
</style>
border-color css
<style>
span { border-color: #28DEC7; }
span { border-color: rgb(40,222,199); }
td.TdClassName
{
border-color: #28DEC7;
}
.TagClassName
{
border-color: #28DEC7;
}
</style>