Shades of Turquoise #28D8BD
Tints of Turquoise #28D8BD
RGB
CMYK
RGB Variations
Color information
#28D8BD (or 0x28D8BD) is known color: Turquoise. HEX triplet: 28, D8 and BD. RGB value is (40,216,189). Sum of RGB (Red+Green+Blue) = 40+216+189=445 (58% of max value = 765). Red value is 40 (16.02% from 255 or 8.99% from 445); Green value is 216 (84.77% from 255 or 48.54% from 445); Blue value is 189 (74.22% from 255 or 42.47% from 445); Max value from RGB is 216 - color contains mainly: green. Hex color #28D8BD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #28D8BD is #D72742. Grayscale: #A0A0A0. Windows color (decimal): -14100291 or 12441640. OLE color: 12441640.
HSL color Cylindrical-coordinate representation of color #28D8BD: hue angle of 170.8º degrees, saturation: 0.69, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #28D8BD is Cyan = 0.81, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 40 | 216 | 189 | - |
| CMYK | 0.81 | 0 | 0.12 | 0.15 |
| HSL | 170.8º | 0.69% | 0.5% | - |
| HSV(B) | 170.8º | 0.81% | 0.85% | - |
| XYZ | 34.62 | 53.24 | 56.6 | - |
| YUV | 160.3 | 144.19 | 42.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 216 | 189 | 0.81 | 0 | 0.12 | 0.15 | 170.8 | 0.69 | 0.5 |
| Hex | 28 | D8 | BD | 51 | 0 | C | F | AB | 45 | 32 |
| Octal | 50 | 330 | 275 | 121 | 0 | 14 | 17 | 253 | 105 | 62 |
| Binary | 101000 | 11011000 | 10111101 | 1010001 | 0 | 1100 | 1111 | 10101011 | 1000101 | 110010 |
Color Harmonies of #28D8BD
Complementary color
Monochromatic Colors of #28D8BD
Black with #28D8BD
Text Example
Text Example
White with #28D8BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28D8BD; }
p { color: rgb(40,216,189); }
H1.HeaderClassName
{
color: #28D8BD;
}
.AnyTagClassName
{
color: #28D8BD;
}
</style>
background-color css
<style>
a { background-color: #28D8BD; }
a { background-color: rgb(40,216,189); }
div.DivClassName
{
background-color: #28D8BD;
}
.BgClassName
{
background-color: #28D8BD;
}
</style>
border-color css
<style>
span { border-color: #28D8BD; }
span { border-color: rgb(40,216,189); }
td.TdClassName
{
border-color: #28D8BD;
}
.TagClassName
{
border-color: #28D8BD;
}
</style>