Shades of Turquoise #28D1BE
Tints of Turquoise #28D1BE
RGB
CMYK
RGB Variations
Color information
#28D1BE (or 0x28D1BE) is known color: Turquoise. HEX triplet: 28, D1 and BE. RGB value is (40,209,190). Sum of RGB (Red+Green+Blue) = 40+209+190=439 (58% of max value = 765). Red value is 40 (16.02% from 255 or 9.11% from 439); Green value is 209 (82.03% from 255 or 47.61% from 439); Blue value is 190 (74.61% from 255 or 43.28% from 439); Max value from RGB is 209 - color contains mainly: green. Hex color #28D1BE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #28D1BE is #D72E41. Grayscale: #9C9C9C. Windows color (decimal): -14102082 or 12505384. OLE color: 12505384.
HSL color Cylindrical-coordinate representation of color #28D1BE: hue angle of 173.25º degrees, saturation: 0.68, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #28D1BE is Cyan = 0.81, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 40 | 209 | 190 | - |
| CMYK | 0.81 | 0 | 0.09 | 0.18 |
| HSL | 173.25º | 0.68% | 0.49% | - |
| HSV(B) | 173.25º | 0.81% | 0.82% | - |
| XYZ | 32.97 | 49.77 | 56.58 | - |
| YUV | 156.3 | 147.01 | 45.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 209 | 190 | 0.81 | 0 | 0.09 | 0.18 | 173.25 | 0.68 | 0.49 |
| Hex | 28 | D1 | BE | 51 | 0 | 9 | 12 | AD | 44 | 31 |
| Octal | 50 | 321 | 276 | 121 | 0 | 11 | 22 | 255 | 104 | 61 |
| Binary | 101000 | 11010001 | 10111110 | 1010001 | 0 | 1001 | 10010 | 10101101 | 1000100 | 110001 |
Color Harmonies of #28D1BE
Complementary color
Monochromatic Colors of #28D1BE
Black with #28D1BE
Text Example
Text Example
White with #28D1BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28D1BE; }
p { color: rgb(40,209,190); }
H1.HeaderClassName
{
color: #28D1BE;
}
.AnyTagClassName
{
color: #28D1BE;
}
</style>
background-color css
<style>
a { background-color: #28D1BE; }
a { background-color: rgb(40,209,190); }
div.DivClassName
{
background-color: #28D1BE;
}
.BgClassName
{
background-color: #28D1BE;
}
</style>
border-color css
<style>
span { border-color: #28D1BE; }
span { border-color: rgb(40,209,190); }
td.TdClassName
{
border-color: #28D1BE;
}
.TagClassName
{
border-color: #28D1BE;
}
</style>