Shades of Turquoise #28D9BF
Tints of Turquoise #28D9BF
RGB
CMYK
RGB Variations
Color information
#28D9BF (or 0x28D9BF) is known color: Turquoise. HEX triplet: 28, D9 and BF. RGB value is (40,217,191). Sum of RGB (Red+Green+Blue) = 40+217+191=448 (59% of max value = 765). Red value is 40 (16.02% from 255 or 8.93% from 448); Green value is 217 (85.16% from 255 or 48.44% from 448); Blue value is 191 (75% from 255 or 42.63% from 448); Max value from RGB is 217 - color contains mainly: green. Hex color #28D9BF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #28D9BF is #D72640. Grayscale: #A1A1A1. Windows color (decimal): -14100033 or 12572968. OLE color: 12572968.
HSL color Cylindrical-coordinate representation of color #28D9BF: hue angle of 171.19º 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 #28D9BF is Cyan = 0.82, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 40 | 217 | 191 | - |
| CMYK | 0.82 | 0 | 0.12 | 0.15 |
| HSL | 171.19º | 0.7% | 0.5% | - |
| HSV(B) | 171.19º | 0.82% | 0.85% | - |
| XYZ | 35.09 | 53.84 | 57.83 | - |
| YUV | 161.11 | 144.86 | 41.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 217 | 191 | 0.82 | 0 | 0.12 | 0.15 | 171.19 | 0.7 | 0.5 |
| Hex | 28 | D9 | BF | 52 | 0 | C | F | AB | 46 | 32 |
| Octal | 50 | 331 | 277 | 122 | 0 | 14 | 17 | 253 | 106 | 62 |
| Binary | 101000 | 11011001 | 10111111 | 1010010 | 0 | 1100 | 1111 | 10101011 | 1000110 | 110010 |
Color Harmonies of #28D9BF
Complementary color
Monochromatic Colors of #28D9BF
Black with #28D9BF
Text Example
Text Example
White with #28D9BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28D9BF; }
p { color: rgb(40,217,191); }
H1.HeaderClassName
{
color: #28D9BF;
}
.AnyTagClassName
{
color: #28D9BF;
}
</style>
background-color css
<style>
a { background-color: #28D9BF; }
a { background-color: rgb(40,217,191); }
div.DivClassName
{
background-color: #28D9BF;
}
.BgClassName
{
background-color: #28D9BF;
}
</style>
border-color css
<style>
span { border-color: #28D9BF; }
span { border-color: rgb(40,217,191); }
td.TdClassName
{
border-color: #28D9BF;
}
.TagClassName
{
border-color: #28D9BF;
}
</style>