Shades of Turquoise #28DAC2
Tints of Turquoise #28DAC2
RGB
CMYK
RGB Variations
Color information
#28DAC2 (or 0x28DAC2) is known color: Turquoise. HEX triplet: 28, DA and C2. RGB value is (40,218,194). Sum of RGB (Red+Green+Blue) = 40+218+194=452 (59% of max value = 765). Red value is 40 (16.02% from 255 or 8.85% from 452); Green value is 218 (85.55% from 255 or 48.23% from 452); Blue value is 194 (76.17% from 255 or 42.92% from 452); Max value from RGB is 218 - color contains mainly: green. Hex color #28DAC2 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #28DAC2 is #D7253D. Grayscale: #A1A1A1. Windows color (decimal): -14099774 or 12769832. OLE color: 12769832.
HSL color Cylindrical-coordinate representation of color #28DAC2: hue angle of 171.91º 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 #28DAC2 is Cyan = 0.82, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 40 | 218 | 194 | - |
| CMYK | 0.82 | 0 | 0.11 | 0.15 |
| HSL | 171.91º | 0.71% | 0.51% | - |
| HSV(B) | 171.91º | 0.82% | 0.85% | - |
| XYZ | 35.68 | 54.49 | 59.68 | - |
| YUV | 162.04 | 146.03 | 40.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 218 | 194 | 0.82 | 0 | 0.11 | 0.15 | 171.91 | 0.71 | 0.51 |
| Hex | 28 | DA | C2 | 52 | 0 | B | F | AC | 47 | 33 |
| Octal | 50 | 332 | 302 | 122 | 0 | 13 | 17 | 254 | 107 | 63 |
| Binary | 101000 | 11011010 | 11000010 | 1010010 | 0 | 1011 | 1111 | 10101100 | 1000111 | 110011 |
Color Harmonies of #28DAC2
Complementary color
Monochromatic Colors of #28DAC2
Black with #28DAC2
Text Example
Text Example
White with #28DAC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28DAC2; }
p { color: rgb(40,218,194); }
H1.HeaderClassName
{
color: #28DAC2;
}
.AnyTagClassName
{
color: #28DAC2;
}
</style>
background-color css
<style>
a { background-color: #28DAC2; }
a { background-color: rgb(40,218,194); }
div.DivClassName
{
background-color: #28DAC2;
}
.BgClassName
{
background-color: #28DAC2;
}
</style>
border-color css
<style>
span { border-color: #28DAC2; }
span { border-color: rgb(40,218,194); }
td.TdClassName
{
border-color: #28DAC2;
}
.TagClassName
{
border-color: #28DAC2;
}
</style>