Shades of Turquoise #28DBB8
Tints of Turquoise #28DBB8
RGB
CMYK
RGB Variations
Color information
#28DBB8 (or 0x28DBB8) is known color: Turquoise. HEX triplet: 28, DB and B8. RGB value is (40,219,184). Sum of RGB (Red+Green+Blue) = 40+219+184=443 (58% of max value = 765). Red value is 40 (16.02% from 255 or 9.03% from 443); Green value is 219 (85.94% from 255 or 49.44% from 443); Blue value is 184 (72.27% from 255 or 41.53% from 443); Max value from RGB is 219 - color contains mainly: green. Hex color #28DBB8 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #28DBB8 is #D72447. Grayscale: #A1A1A1. Windows color (decimal): -14099528 or 12114728. OLE color: 12114728.
HSL color Cylindrical-coordinate representation of color #28DBB8: hue angle of 168.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 #28DBB8 is Cyan = 0.82, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 40 | 219 | 184 | - |
| CMYK | 0.82 | 0 | 0.16 | 0.14 |
| HSL | 168.27º | 0.71% | 0.51% | - |
| HSV(B) | 168.27º | 0.82% | 0.86% | - |
| XYZ | 34.86 | 54.57 | 54.04 | - |
| YUV | 161.49 | 140.7 | 41.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 219 | 184 | 0.82 | 0 | 0.16 | 0.14 | 168.27 | 0.71 | 0.51 |
| Hex | 28 | DB | B8 | 52 | 0 | 10 | E | A8 | 47 | 33 |
| Octal | 50 | 333 | 270 | 122 | 0 | 20 | 16 | 250 | 107 | 63 |
| Binary | 101000 | 11011011 | 10111000 | 1010010 | 0 | 10000 | 1110 | 10101000 | 1000111 | 110011 |
Color Harmonies of #28DBB8
Complementary color
Monochromatic Colors of #28DBB8
Black with #28DBB8
Text Example
Text Example
White with #28DBB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28DBB8; }
p { color: rgb(40,219,184); }
H1.HeaderClassName
{
color: #28DBB8;
}
.AnyTagClassName
{
color: #28DBB8;
}
</style>
background-color css
<style>
a { background-color: #28DBB8; }
a { background-color: rgb(40,219,184); }
div.DivClassName
{
background-color: #28DBB8;
}
.BgClassName
{
background-color: #28DBB8;
}
</style>
border-color css
<style>
span { border-color: #28DBB8; }
span { border-color: rgb(40,219,184); }
td.TdClassName
{
border-color: #28DBB8;
}
.TagClassName
{
border-color: #28DBB8;
}
</style>