Shades of Turquoise #28DABF
Tints of Turquoise #28DABF
RGB
CMYK
RGB Variations
Color information
#28DABF (or 0x28DABF) is known color: Turquoise. HEX triplet: 28, DA and BF. RGB value is (40,218,191). Sum of RGB (Red+Green+Blue) = 40+218+191=449 (59% of max value = 765). Red value is 40 (16.02% from 255 or 8.91% from 449); Green value is 218 (85.55% from 255 or 48.55% from 449); Blue value is 191 (75% from 255 or 42.54% from 449); Max value from RGB is 218 - color contains mainly: green. Hex color #28DABF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #28DABF is #D72540. Grayscale: #A1A1A1. Windows color (decimal): -14099777 or 12573224. OLE color: 12573224.
HSL color Cylindrical-coordinate representation of color #28DABF: hue angle of 170.9º degrees, saturation: 0.71, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #28DABF is Cyan = 0.82, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 40 | 218 | 191 | - |
| CMYK | 0.82 | 0 | 0.12 | 0.15 |
| HSL | 170.9º | 0.71% | 0.51% | - |
| HSV(B) | 170.9º | 0.82% | 0.85% | - |
| XYZ | 35.35 | 54.36 | 57.92 | - |
| YUV | 161.7 | 144.53 | 41.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 218 | 191 | 0.82 | 0 | 0.12 | 0.15 | 170.9 | 0.71 | 0.51 |
| Hex | 28 | DA | BF | 52 | 0 | C | F | AB | 47 | 33 |
| Octal | 50 | 332 | 277 | 122 | 0 | 14 | 17 | 253 | 107 | 63 |
| Binary | 101000 | 11011010 | 10111111 | 1010010 | 0 | 1100 | 1111 | 10101011 | 1000111 | 110011 |
Color Harmonies of #28DABF
Complementary color
Monochromatic Colors of #28DABF
Black with #28DABF
Text Example
Text Example
White with #28DABF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28DABF; }
p { color: rgb(40,218,191); }
H1.HeaderClassName
{
color: #28DABF;
}
.AnyTagClassName
{
color: #28DABF;
}
</style>
background-color css
<style>
a { background-color: #28DABF; }
a { background-color: rgb(40,218,191); }
div.DivClassName
{
background-color: #28DABF;
}
.BgClassName
{
background-color: #28DABF;
}
</style>
border-color css
<style>
span { border-color: #28DABF; }
span { border-color: rgb(40,218,191); }
td.TdClassName
{
border-color: #28DABF;
}
.TagClassName
{
border-color: #28DABF;
}
</style>