Shades of Turquoise #28D4BE
Tints of Turquoise #28D4BE
RGB
CMYK
RGB Variations
Color information
#28D4BE (or 0x28D4BE) is known color: Turquoise. HEX triplet: 28, D4 and BE. RGB value is (40,212,190). Sum of RGB (Red+Green+Blue) = 40+212+190=442 (58% of max value = 765). Red value is 40 (16.02% from 255 or 9.05% from 442); Green value is 212 (83.20% from 255 or 47.96% from 442); Blue value is 190 (74.61% from 255 or 42.99% from 442); Max value from RGB is 212 - color contains mainly: green. Hex color #28D4BE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #28D4BE is #D72B41. Grayscale: #9D9D9D. Windows color (decimal): -14101314 or 12506152. OLE color: 12506152.
HSL color Cylindrical-coordinate representation of color #28D4BE: hue angle of 172.33º degrees, saturation: 0.68, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #28D4BE is Cyan = 0.81, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 40 | 212 | 190 | - |
| CMYK | 0.81 | 0 | 0.10 | 0.17 |
| HSL | 172.33º | 0.68% | 0.49% | - |
| HSV(B) | 172.33º | 0.81% | 0.83% | - |
| XYZ | 33.71 | 51.26 | 56.83 | - |
| YUV | 158.06 | 146.02 | 43.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 212 | 190 | 0.81 | 0 | 0.10 | 0.17 | 172.33 | 0.68 | 0.49 |
| Hex | 28 | D4 | BE | 51 | 0 | A | 11 | AC | 44 | 31 |
| Octal | 50 | 324 | 276 | 121 | 0 | 12 | 21 | 254 | 104 | 61 |
| Binary | 101000 | 11010100 | 10111110 | 1010001 | 0 | 1010 | 10001 | 10101100 | 1000100 | 110001 |
Color Harmonies of #28D4BE
Complementary color
Monochromatic Colors of #28D4BE
Black with #28D4BE
Text Example
Text Example
White with #28D4BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28D4BE; }
p { color: rgb(40,212,190); }
H1.HeaderClassName
{
color: #28D4BE;
}
.AnyTagClassName
{
color: #28D4BE;
}
</style>
background-color css
<style>
a { background-color: #28D4BE; }
a { background-color: rgb(40,212,190); }
div.DivClassName
{
background-color: #28D4BE;
}
.BgClassName
{
background-color: #28D4BE;
}
</style>
border-color css
<style>
span { border-color: #28D4BE; }
span { border-color: rgb(40,212,190); }
td.TdClassName
{
border-color: #28D4BE;
}
.TagClassName
{
border-color: #28D4BE;
}
</style>