Shades of Turquoise #28DBD2
Tints of Turquoise #28DBD2
RGB
CMYK
RGB Variations
Color information
#28DBD2 (or 0x28DBD2) is known color: Turquoise. HEX triplet: 28, DB and D2. RGB value is (40,219,210). Sum of RGB (Red+Green+Blue) = 40+219+210=469 (62% of max value = 765). Red value is 40 (16.02% from 255 or 8.53% from 469); Green value is 219 (85.94% from 255 or 46.70% from 469); Blue value is 210 (82.42% from 255 or 44.78% from 469); Max value from RGB is 219 - color contains mainly: green. Hex color #28DBD2 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #28DBD2 is #D7242D. Grayscale: #A4A4A4. Windows color (decimal): -14099502 or 13818664. OLE color: 13818664.
HSL color Cylindrical-coordinate representation of color #28DBD2: hue angle of 176.98º degrees, saturation: 0.71, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #28DBD2 is Cyan = 0.82, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 40 | 219 | 210 | - |
| CMYK | 0.82 | 0 | 0.04 | 0.14 |
| HSL | 176.98º | 0.71% | 0.51% | - |
| HSV(B) | 176.98º | 0.82% | 0.86% | - |
| XYZ | 37.84 | 55.77 | 69.74 | - |
| YUV | 164.45 | 153.7 | 39.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 219 | 210 | 0.82 | 0 | 0.04 | 0.14 | 176.98 | 0.71 | 0.51 |
| Hex | 28 | DB | D2 | 52 | 0 | 4 | E | B1 | 47 | 33 |
| Octal | 50 | 333 | 322 | 122 | 0 | 4 | 16 | 261 | 107 | 63 |
| Binary | 101000 | 11011011 | 11010010 | 1010010 | 0 | 100 | 1110 | 10110001 | 1000111 | 110011 |
Color Harmonies of #28DBD2
Complementary color
Monochromatic Colors of #28DBD2
Black with #28DBD2
Text Example
Text Example
White with #28DBD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28DBD2; }
p { color: rgb(40,219,210); }
H1.HeaderClassName
{
color: #28DBD2;
}
.AnyTagClassName
{
color: #28DBD2;
}
</style>
background-color css
<style>
a { background-color: #28DBD2; }
a { background-color: rgb(40,219,210); }
div.DivClassName
{
background-color: #28DBD2;
}
.BgClassName
{
background-color: #28DBD2;
}
</style>
border-color css
<style>
span { border-color: #28DBD2; }
span { border-color: rgb(40,219,210); }
td.TdClassName
{
border-color: #28DBD2;
}
.TagClassName
{
border-color: #28DBD2;
}
</style>