Shades of Turquoise #28DAC0
Tints of Turquoise #28DAC0
RGB
CMYK
RGB Variations
Color information
#28DAC0 (or 0x28DAC0) is known color: Turquoise. HEX triplet: 28, DA and C0. RGB value is (40,218,192). Sum of RGB (Red+Green+Blue) = 40+218+192=450 (59% of max value = 765). Red value is 40 (16.02% from 255 or 8.89% from 450); Green value is 218 (85.55% from 255 or 48.44% from 450); Blue value is 192 (75.39% from 255 or 42.67% from 450); Max value from RGB is 218 - color contains mainly: green. Hex color #28DAC0 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #28DAC0 is #D7253F. Grayscale: #A1A1A1. Windows color (decimal): -14099776 or 12638760. OLE color: 12638760.
HSL color Cylindrical-coordinate representation of color #28DAC0: hue angle of 171.24º 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 #28DAC0 is Cyan = 0.82, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 40 | 218 | 192 | - |
| CMYK | 0.82 | 0 | 0.12 | 0.15 |
| HSL | 171.24º | 0.71% | 0.51% | - |
| HSV(B) | 171.24º | 0.82% | 0.85% | - |
| XYZ | 35.46 | 54.4 | 58.5 | - |
| YUV | 161.81 | 145.03 | 41.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 218 | 192 | 0.82 | 0 | 0.12 | 0.15 | 171.24 | 0.71 | 0.51 |
| Hex | 28 | DA | C0 | 52 | 0 | C | F | AB | 47 | 33 |
| Octal | 50 | 332 | 300 | 122 | 0 | 14 | 17 | 253 | 107 | 63 |
| Binary | 101000 | 11011010 | 11000000 | 1010010 | 0 | 1100 | 1111 | 10101011 | 1000111 | 110011 |
Color Harmonies of #28DAC0
Complementary color
Monochromatic Colors of #28DAC0
Black with #28DAC0
Text Example
Text Example
White with #28DAC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28DAC0; }
p { color: rgb(40,218,192); }
H1.HeaderClassName
{
color: #28DAC0;
}
.AnyTagClassName
{
color: #28DAC0;
}
</style>
background-color css
<style>
a { background-color: #28DAC0; }
a { background-color: rgb(40,218,192); }
div.DivClassName
{
background-color: #28DAC0;
}
.BgClassName
{
background-color: #28DAC0;
}
</style>
border-color css
<style>
span { border-color: #28DAC0; }
span { border-color: rgb(40,218,192); }
td.TdClassName
{
border-color: #28DAC0;
}
.TagClassName
{
border-color: #28DAC0;
}
</style>