Shades of Turquoise #28DDBD
Tints of Turquoise #28DDBD
RGB
CMYK
RGB Variations
Color information
#28DDBD (or 0x28DDBD) is known color: Turquoise. HEX triplet: 28, DD and BD. RGB value is (40,221,189). Sum of RGB (Red+Green+Blue) = 40+221+189=450 (59% of max value = 765). Red value is 40 (16.02% from 255 or 8.89% from 450); Green value is 221 (86.72% from 255 or 49.11% from 450); Blue value is 189 (74.22% from 255 or 42% from 450); Max value from RGB is 221 - color contains mainly: green. Hex color #28DDBD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #28DDBD is #D72242. Grayscale: #A3A3A3. Windows color (decimal): -14099011 or 12442920. OLE color: 12442920.
HSL color Cylindrical-coordinate representation of color #28DDBD: hue angle of 169.39º 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 #28DDBD is Cyan = 0.82, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 40 | 221 | 189 | - |
| CMYK | 0.82 | 0 | 0.14 | 0.13 |
| HSL | 169.39º | 0.73% | 0.51% | - |
| HSV(B) | 169.39º | 0.82% | 0.87% | - |
| XYZ | 35.92 | 55.84 | 57.03 | - |
| YUV | 163.23 | 142.53 | 40.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 221 | 189 | 0.82 | 0 | 0.14 | 0.13 | 169.39 | 0.73 | 0.51 |
| Hex | 28 | DD | BD | 52 | 0 | E | D | A9 | 49 | 33 |
| Octal | 50 | 335 | 275 | 122 | 0 | 16 | 15 | 251 | 111 | 63 |
| Binary | 101000 | 11011101 | 10111101 | 1010010 | 0 | 1110 | 1101 | 10101001 | 1001001 | 110011 |
Color Harmonies of #28DDBD
Complementary color
Monochromatic Colors of #28DDBD
Black with #28DDBD
Text Example
Text Example
White with #28DDBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28DDBD; }
p { color: rgb(40,221,189); }
H1.HeaderClassName
{
color: #28DDBD;
}
.AnyTagClassName
{
color: #28DDBD;
}
</style>
background-color css
<style>
a { background-color: #28DDBD; }
a { background-color: rgb(40,221,189); }
div.DivClassName
{
background-color: #28DDBD;
}
.BgClassName
{
background-color: #28DDBD;
}
</style>
border-color css
<style>
span { border-color: #28DDBD; }
span { border-color: rgb(40,221,189); }
td.TdClassName
{
border-color: #28DDBD;
}
.TagClassName
{
border-color: #28DDBD;
}
</style>