Shades of Turquoise #28DCBC
Tints of Turquoise #28DCBC
RGB
CMYK
RGB Variations
Color information
#28DCBC (or 0x28DCBC) is known color: Turquoise. HEX triplet: 28, DC and BC. RGB value is (40,220,188). Sum of RGB (Red+Green+Blue) = 40+220+188=448 (59% of max value = 765). Red value is 40 (16.02% from 255 or 8.93% from 448); Green value is 220 (86.33% from 255 or 49.11% from 448); Blue value is 188 (73.83% from 255 or 41.96% from 448); Max value from RGB is 220 - color contains mainly: green. Hex color #28DCBC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #28DCBC is #D72343. Grayscale: #A2A2A2. Windows color (decimal): -14099268 or 12377128. OLE color: 12377128.
HSL color Cylindrical-coordinate representation of color #28DCBC: hue angle of 169.33º degrees, saturation: 0.72, 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 #28DCBC is Cyan = 0.82, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 40 | 220 | 188 | - |
| CMYK | 0.82 | 0 | 0.15 | 0.14 |
| HSL | 169.33º | 0.72% | 0.51% | - |
| HSV(B) | 169.33º | 0.82% | 0.86% | - |
| XYZ | 35.55 | 55.27 | 56.37 | - |
| YUV | 162.53 | 142.37 | 40.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 220 | 188 | 0.82 | 0 | 0.15 | 0.14 | 169.33 | 0.72 | 0.51 |
| Hex | 28 | DC | BC | 52 | 0 | F | E | A9 | 48 | 33 |
| Octal | 50 | 334 | 274 | 122 | 0 | 17 | 16 | 251 | 110 | 63 |
| Binary | 101000 | 11011100 | 10111100 | 1010010 | 0 | 1111 | 1110 | 10101001 | 1001000 | 110011 |
Color Harmonies of #28DCBC
Complementary color
Monochromatic Colors of #28DCBC
Black with #28DCBC
Text Example
Text Example
White with #28DCBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28DCBC; }
p { color: rgb(40,220,188); }
H1.HeaderClassName
{
color: #28DCBC;
}
.AnyTagClassName
{
color: #28DCBC;
}
</style>
background-color css
<style>
a { background-color: #28DCBC; }
a { background-color: rgb(40,220,188); }
div.DivClassName
{
background-color: #28DCBC;
}
.BgClassName
{
background-color: #28DCBC;
}
</style>
border-color css
<style>
span { border-color: #28DCBC; }
span { border-color: rgb(40,220,188); }
td.TdClassName
{
border-color: #28DCBC;
}
.TagClassName
{
border-color: #28DCBC;
}
</style>