Shades of Turquoise #28D1C7
Tints of Turquoise #28D1C7
RGB
CMYK
RGB Variations
Color information
#28D1C7 (or 0x28D1C7) is known color: Turquoise. HEX triplet: 28, D1 and C7. RGB value is (40,209,199). Sum of RGB (Red+Green+Blue) = 40+209+199=448 (59% of max value = 765). Red value is 40 (16.02% from 255 or 8.93% from 448); Green value is 209 (82.03% from 255 or 46.65% from 448); Blue value is 199 (78.12% from 255 or 44.42% from 448); Max value from RGB is 209 - color contains mainly: green. Hex color #28D1C7 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #28D1C7 is #D72E38. Grayscale: #9D9D9D. Windows color (decimal): -14102073 or 13095208. OLE color: 13095208.
HSL color Cylindrical-coordinate representation of color #28D1C7: hue angle of 176.45º degrees, saturation: 0.68, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #28D1C7 is Cyan = 0.81, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 40 | 209 | 199 | - |
| CMYK | 0.81 | 0 | 0.05 | 0.18 |
| HSL | 176.45º | 0.68% | 0.49% | - |
| HSV(B) | 176.45º | 0.81% | 0.82% | - |
| XYZ | 33.98 | 50.18 | 61.93 | - |
| YUV | 157.33 | 151.51 | 44.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 209 | 199 | 0.81 | 0 | 0.05 | 0.18 | 176.45 | 0.68 | 0.49 |
| Hex | 28 | D1 | C7 | 51 | 0 | 5 | 12 | B0 | 44 | 31 |
| Octal | 50 | 321 | 307 | 121 | 0 | 5 | 22 | 260 | 104 | 61 |
| Binary | 101000 | 11010001 | 11000111 | 1010001 | 0 | 101 | 10010 | 10110000 | 1000100 | 110001 |
Color Harmonies of #28D1C7
Complementary color
Monochromatic Colors of #28D1C7
Black with #28D1C7
Text Example
Text Example
White with #28D1C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28D1C7; }
p { color: rgb(40,209,199); }
H1.HeaderClassName
{
color: #28D1C7;
}
.AnyTagClassName
{
color: #28D1C7;
}
</style>
background-color css
<style>
a { background-color: #28D1C7; }
a { background-color: rgb(40,209,199); }
div.DivClassName
{
background-color: #28D1C7;
}
.BgClassName
{
background-color: #28D1C7;
}
</style>
border-color css
<style>
span { border-color: #28D1C7; }
span { border-color: rgb(40,209,199); }
td.TdClassName
{
border-color: #28D1C7;
}
.TagClassName
{
border-color: #28D1C7;
}
</style>