Shades of Turquoise #28DBBB
Tints of Turquoise #28DBBB
RGB
CMYK
RGB Variations
Color information
#28DBBB (or 0x28DBBB) is known color: Turquoise. HEX triplet: 28, DB and BB. RGB value is (40,219,187). Sum of RGB (Red+Green+Blue) = 40+219+187=446 (59% of max value = 765). Red value is 40 (16.02% from 255 or 8.97% from 446); Green value is 219 (85.94% from 255 or 49.10% from 446); Blue value is 187 (73.44% from 255 or 41.93% from 446); Max value from RGB is 219 - color contains mainly: green. Hex color #28DBBB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #28DBBB is #D72444. Grayscale: #A1A1A1. Windows color (decimal): -14099525 or 12311336. OLE color: 12311336.
HSL color Cylindrical-coordinate representation of color #28DBBB: hue angle of 169.27º degrees, saturation: 0.71, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #28DBBB is Cyan = 0.82, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 40 | 219 | 187 | - |
| CMYK | 0.82 | 0 | 0.15 | 0.14 |
| HSL | 169.27º | 0.71% | 0.51% | - |
| HSV(B) | 169.27º | 0.82% | 0.86% | - |
| XYZ | 35.18 | 54.7 | 55.72 | - |
| YUV | 161.83 | 142.2 | 41.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 219 | 187 | 0.82 | 0 | 0.15 | 0.14 | 169.27 | 0.71 | 0.51 |
| Hex | 28 | DB | BB | 52 | 0 | F | E | A9 | 47 | 33 |
| Octal | 50 | 333 | 273 | 122 | 0 | 17 | 16 | 251 | 107 | 63 |
| Binary | 101000 | 11011011 | 10111011 | 1010010 | 0 | 1111 | 1110 | 10101001 | 1000111 | 110011 |
Color Harmonies of #28DBBB
Complementary color
Monochromatic Colors of #28DBBB
Black with #28DBBB
Text Example
Text Example
White with #28DBBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28DBBB; }
p { color: rgb(40,219,187); }
H1.HeaderClassName
{
color: #28DBBB;
}
.AnyTagClassName
{
color: #28DBBB;
}
</style>
background-color css
<style>
a { background-color: #28DBBB; }
a { background-color: rgb(40,219,187); }
div.DivClassName
{
background-color: #28DBBB;
}
.BgClassName
{
background-color: #28DBBB;
}
</style>
border-color css
<style>
span { border-color: #28DBBB; }
span { border-color: rgb(40,219,187); }
td.TdClassName
{
border-color: #28DBBB;
}
.TagClassName
{
border-color: #28DBBB;
}
</style>