Shades of Turquoise #28DDBF
Tints of Turquoise #28DDBF
RGB
CMYK
RGB Variations
Color information
#28DDBF (or 0x28DDBF) is known color: Turquoise. HEX triplet: 28, DD and BF. RGB value is (40,221,191). Sum of RGB (Red+Green+Blue) = 40+221+191=452 (59% of max value = 765). Red value is 40 (16.02% from 255 or 8.85% from 452); Green value is 221 (86.72% from 255 or 48.89% from 452); Blue value is 191 (75% from 255 or 42.26% from 452); Max value from RGB is 221 - color contains mainly: green. Hex color #28DDBF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #28DDBF is #D72240. Grayscale: #A3A3A3. Windows color (decimal): -14099009 or 12573992. OLE color: 12573992.
HSL color Cylindrical-coordinate representation of color #28DDBF: hue angle of 170.06º 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 #28DDBF is Cyan = 0.82, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 40 | 221 | 191 | - |
| CMYK | 0.82 | 0 | 0.14 | 0.13 |
| HSL | 170.06º | 0.73% | 0.51% | - |
| HSV(B) | 170.06º | 0.82% | 0.87% | - |
| XYZ | 36.14 | 55.93 | 58.18 | - |
| YUV | 163.46 | 143.53 | 39.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 221 | 191 | 0.82 | 0 | 0.14 | 0.13 | 170.06 | 0.73 | 0.51 |
| Hex | 28 | DD | BF | 52 | 0 | E | D | AA | 49 | 33 |
| Octal | 50 | 335 | 277 | 122 | 0 | 16 | 15 | 252 | 111 | 63 |
| Binary | 101000 | 11011101 | 10111111 | 1010010 | 0 | 1110 | 1101 | 10101010 | 1001001 | 110011 |
Color Harmonies of #28DDBF
Complementary color
Monochromatic Colors of #28DDBF
Black with #28DDBF
Text Example
Text Example
White with #28DDBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28DDBF; }
p { color: rgb(40,221,191); }
H1.HeaderClassName
{
color: #28DDBF;
}
.AnyTagClassName
{
color: #28DDBF;
}
</style>
background-color css
<style>
a { background-color: #28DDBF; }
a { background-color: rgb(40,221,191); }
div.DivClassName
{
background-color: #28DDBF;
}
.BgClassName
{
background-color: #28DDBF;
}
</style>
border-color css
<style>
span { border-color: #28DDBF; }
span { border-color: rgb(40,221,191); }
td.TdClassName
{
border-color: #28DDBF;
}
.TagClassName
{
border-color: #28DDBF;
}
</style>