Shades of Turquoise #28DCBE
Tints of Turquoise #28DCBE
RGB
CMYK
RGB Variations
Color information
#28DCBE (or 0x28DCBE) is known color: Turquoise. HEX triplet: 28, DC and BE. RGB value is (40,220,190). Sum of RGB (Red+Green+Blue) = 40+220+190=450 (59% of max value = 765). Red value is 40 (16.02% from 255 or 8.89% from 450); Green value is 220 (86.33% from 255 or 48.89% from 450); Blue value is 190 (74.61% from 255 or 42.22% from 450); Max value from RGB is 220 - color contains mainly: green. Hex color #28DCBE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #28DCBE is #D72341. Grayscale: #A2A2A2. Windows color (decimal): -14099266 or 12508200. OLE color: 12508200.
HSL color Cylindrical-coordinate representation of color #28DCBE: hue angle of 170º 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 #28DCBE is Cyan = 0.82, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 40 | 220 | 190 | - |
| CMYK | 0.82 | 0 | 0.14 | 0.14 |
| HSL | 170º | 0.72% | 0.51% | - |
| HSV(B) | 170º | 0.82% | 0.86% | - |
| XYZ | 35.76 | 55.36 | 57.51 | - |
| YUV | 162.76 | 143.37 | 40.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 220 | 190 | 0.82 | 0 | 0.14 | 0.14 | 170 | 0.72 | 0.51 |
| Hex | 28 | DC | BE | 52 | 0 | E | E | AA | 48 | 33 |
| Octal | 50 | 334 | 276 | 122 | 0 | 16 | 16 | 252 | 110 | 63 |
| Binary | 101000 | 11011100 | 10111110 | 1010010 | 0 | 1110 | 1110 | 10101010 | 1001000 | 110011 |
Color Harmonies of #28DCBE
Complementary color
Monochromatic Colors of #28DCBE
Black with #28DCBE
Text Example
Text Example
White with #28DCBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28DCBE; }
p { color: rgb(40,220,190); }
H1.HeaderClassName
{
color: #28DCBE;
}
.AnyTagClassName
{
color: #28DCBE;
}
</style>
background-color css
<style>
a { background-color: #28DCBE; }
a { background-color: rgb(40,220,190); }
div.DivClassName
{
background-color: #28DCBE;
}
.BgClassName
{
background-color: #28DCBE;
}
</style>
border-color css
<style>
span { border-color: #28DCBE; }
span { border-color: rgb(40,220,190); }
td.TdClassName
{
border-color: #28DCBE;
}
.TagClassName
{
border-color: #28DCBE;
}
</style>