Shades of Turquoise #28D9B7
Tints of Turquoise #28D9B7
RGB
CMYK
RGB Variations
Color information
#28D9B7 (or 0x28D9B7) is known color: Turquoise. HEX triplet: 28, D9 and B7. RGB value is (40,217,183). Sum of RGB (Red+Green+Blue) = 40+217+183=440 (58% of max value = 765). Red value is 40 (16.02% from 255 or 9.09% from 440); Green value is 217 (85.16% from 255 or 49.32% from 440); Blue value is 183 (71.88% from 255 or 41.59% from 440); Max value from RGB is 217 - color contains mainly: green. Hex color #28D9B7 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #28D9B7 is #D72648. Grayscale: #A0A0A0. Windows color (decimal): -14100041 or 12048680. OLE color: 12048680.
HSL color Cylindrical-coordinate representation of color #28D9B7: hue angle of 168.47º degrees, saturation: 0.7, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #28D9B7 is Cyan = 0.82, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 40 | 217 | 183 | - |
| CMYK | 0.82 | 0 | 0.16 | 0.15 |
| HSL | 168.47º | 0.7% | 0.5% | - |
| HSV(B) | 168.47º | 0.82% | 0.85% | - |
| XYZ | 34.24 | 53.5 | 53.32 | - |
| YUV | 160.2 | 140.86 | 42.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 217 | 183 | 0.82 | 0 | 0.16 | 0.15 | 168.47 | 0.7 | 0.5 |
| Hex | 28 | D9 | B7 | 52 | 0 | 10 | F | A8 | 46 | 32 |
| Octal | 50 | 331 | 267 | 122 | 0 | 20 | 17 | 250 | 106 | 62 |
| Binary | 101000 | 11011001 | 10110111 | 1010010 | 0 | 10000 | 1111 | 10101000 | 1000110 | 110010 |
Color Harmonies of #28D9B7
Complementary color
Monochromatic Colors of #28D9B7
Black with #28D9B7
Text Example
Text Example
White with #28D9B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28D9B7; }
p { color: rgb(40,217,183); }
H1.HeaderClassName
{
color: #28D9B7;
}
.AnyTagClassName
{
color: #28D9B7;
}
</style>
background-color css
<style>
a { background-color: #28D9B7; }
a { background-color: rgb(40,217,183); }
div.DivClassName
{
background-color: #28D9B7;
}
.BgClassName
{
background-color: #28D9B7;
}
</style>
border-color css
<style>
span { border-color: #28D9B7; }
span { border-color: rgb(40,217,183); }
td.TdClassName
{
border-color: #28D9B7;
}
.TagClassName
{
border-color: #28D9B7;
}
</style>