Shades of Turquoise #28DDB9
Tints of Turquoise #28DDB9
RGB
CMYK
RGB Variations
Color information
#28DDB9 (or 0x28DDB9) is known color: Turquoise. HEX triplet: 28, DD and B9. RGB value is (40,221,185). Sum of RGB (Red+Green+Blue) = 40+221+185=446 (59% of max value = 765). Red value is 40 (16.02% from 255 or 8.97% from 446); Green value is 221 (86.72% from 255 or 49.55% from 446); Blue value is 185 (72.66% from 255 or 41.48% from 446); Max value from RGB is 221 - color contains mainly: green. Hex color #28DDB9 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #28DDB9 is #D72246. Grayscale: #A2A2A2. Windows color (decimal): -14099015 or 12180776. OLE color: 12180776.
HSL color Cylindrical-coordinate representation of color #28DDB9: hue angle of 168.07º 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 #28DDB9 is Cyan = 0.82, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 40 | 221 | 185 | - |
| CMYK | 0.82 | 0 | 0.16 | 0.13 |
| HSL | 168.07º | 0.73% | 0.51% | - |
| HSV(B) | 168.07º | 0.82% | 0.87% | - |
| XYZ | 35.49 | 55.67 | 54.77 | - |
| YUV | 162.78 | 140.53 | 40.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 221 | 185 | 0.82 | 0 | 0.16 | 0.13 | 168.07 | 0.73 | 0.51 |
| Hex | 28 | DD | B9 | 52 | 0 | 10 | D | A8 | 49 | 33 |
| Octal | 50 | 335 | 271 | 122 | 0 | 20 | 15 | 250 | 111 | 63 |
| Binary | 101000 | 11011101 | 10111001 | 1010010 | 0 | 10000 | 1101 | 10101000 | 1001001 | 110011 |
Color Harmonies of #28DDB9
Complementary color
Monochromatic Colors of #28DDB9
Black with #28DDB9
Text Example
Text Example
White with #28DDB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28DDB9; }
p { color: rgb(40,221,185); }
H1.HeaderClassName
{
color: #28DDB9;
}
.AnyTagClassName
{
color: #28DDB9;
}
</style>
background-color css
<style>
a { background-color: #28DDB9; }
a { background-color: rgb(40,221,185); }
div.DivClassName
{
background-color: #28DDB9;
}
.BgClassName
{
background-color: #28DDB9;
}
</style>
border-color css
<style>
span { border-color: #28DDB9; }
span { border-color: rgb(40,221,185); }
td.TdClassName
{
border-color: #28DDB9;
}
.TagClassName
{
border-color: #28DDB9;
}
</style>