Shades of Turquoise #28DABC
Tints of Turquoise #28DABC
RGB
CMYK
RGB Variations
Color information
#28DABC (or 0x28DABC) is known color: Turquoise. HEX triplet: 28, DA and BC. RGB value is (40,218,188). Sum of RGB (Red+Green+Blue) = 40+218+188=446 (59% of max value = 765). Red value is 40 (16.02% from 255 or 8.97% from 446); Green value is 218 (85.55% from 255 or 48.88% from 446); Blue value is 188 (73.83% from 255 or 42.15% from 446); Max value from RGB is 218 - color contains mainly: green. Hex color #28DABC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #28DABC is #D72543. Grayscale: #A1A1A1. Windows color (decimal): -14099780 or 12376616. OLE color: 12376616.
HSL color Cylindrical-coordinate representation of color #28DABC: hue angle of 169.89º 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 #28DABC is Cyan = 0.82, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 40 | 218 | 188 | - |
| CMYK | 0.82 | 0 | 0.14 | 0.15 |
| HSL | 169.89º | 0.71% | 0.51% | - |
| HSV(B) | 169.89º | 0.82% | 0.85% | - |
| XYZ | 35.02 | 54.22 | 56.2 | - |
| YUV | 161.36 | 143.03 | 41.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 218 | 188 | 0.82 | 0 | 0.14 | 0.15 | 169.89 | 0.71 | 0.51 |
| Hex | 28 | DA | BC | 52 | 0 | E | F | AA | 47 | 33 |
| Octal | 50 | 332 | 274 | 122 | 0 | 16 | 17 | 252 | 107 | 63 |
| Binary | 101000 | 11011010 | 10111100 | 1010010 | 0 | 1110 | 1111 | 10101010 | 1000111 | 110011 |
Color Harmonies of #28DABC
Complementary color
Monochromatic Colors of #28DABC
Black with #28DABC
Text Example
Text Example
White with #28DABC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28DABC; }
p { color: rgb(40,218,188); }
H1.HeaderClassName
{
color: #28DABC;
}
.AnyTagClassName
{
color: #28DABC;
}
</style>
background-color css
<style>
a { background-color: #28DABC; }
a { background-color: rgb(40,218,188); }
div.DivClassName
{
background-color: #28DABC;
}
.BgClassName
{
background-color: #28DABC;
}
</style>
border-color css
<style>
span { border-color: #28DABC; }
span { border-color: rgb(40,218,188); }
td.TdClassName
{
border-color: #28DABC;
}
.TagClassName
{
border-color: #28DABC;
}
</style>