Shades of Turquoise #28DDD0
Tints of Turquoise #28DDD0
RGB
CMYK
RGB Variations
Color information
#28DDD0 (or 0x28DDD0) is known color: Turquoise. HEX triplet: 28, DD and D0. RGB value is (40,221,208). Sum of RGB (Red+Green+Blue) = 40+221+208=469 (62% of max value = 765). Red value is 40 (16.02% from 255 or 8.53% from 469); Green value is 221 (86.72% from 255 or 47.12% from 469); Blue value is 208 (81.64% from 255 or 44.35% from 469); Max value from RGB is 221 - color contains mainly: green. Hex color #28DDD0 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #28DDD0 is #D7222F. Grayscale: #A5A5A5. Windows color (decimal): -14098992 or 13688104. OLE color: 13688104.
HSL color Cylindrical-coordinate representation of color #28DDD0: hue angle of 175.69º 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 #28DDD0 is Cyan = 0.82, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 40 | 221 | 208 | - |
| CMYK | 0.82 | 0 | 0.06 | 0.13 |
| HSL | 175.69º | 0.73% | 0.51% | - |
| HSV(B) | 175.69º | 0.82% | 0.87% | - |
| XYZ | 38.12 | 56.72 | 68.61 | - |
| YUV | 165.4 | 152.03 | 38.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 221 | 208 | 0.82 | 0 | 0.06 | 0.13 | 175.69 | 0.73 | 0.51 |
| Hex | 28 | DD | D0 | 52 | 0 | 6 | D | B0 | 49 | 33 |
| Octal | 50 | 335 | 320 | 122 | 0 | 6 | 15 | 260 | 111 | 63 |
| Binary | 101000 | 11011101 | 11010000 | 1010010 | 0 | 110 | 1101 | 10110000 | 1001001 | 110011 |
Color Harmonies of #28DDD0
Complementary color
Monochromatic Colors of #28DDD0
Black with #28DDD0
Text Example
Text Example
White with #28DDD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28DDD0; }
p { color: rgb(40,221,208); }
H1.HeaderClassName
{
color: #28DDD0;
}
.AnyTagClassName
{
color: #28DDD0;
}
</style>
background-color css
<style>
a { background-color: #28DDD0; }
a { background-color: rgb(40,221,208); }
div.DivClassName
{
background-color: #28DDD0;
}
.BgClassName
{
background-color: #28DDD0;
}
</style>
border-color css
<style>
span { border-color: #28DDD0; }
span { border-color: rgb(40,221,208); }
td.TdClassName
{
border-color: #28DDD0;
}
.TagClassName
{
border-color: #28DDD0;
}
</style>