Shades of Turquoise #28E3BD
Tints of Turquoise #28E3BD
RGB
CMYK
RGB Variations
Color information
#28E3BD (or 0x28E3BD) is known color: Turquoise. HEX triplet: 28, E3 and BD. RGB value is (40,227,189). Sum of RGB (Red+Green+Blue) = 40+227+189=456 (60% of max value = 765). Red value is 40 (16.02% from 255 or 8.77% from 456); Green value is 227 (89.06% from 255 or 49.78% from 456); Blue value is 189 (74.22% from 255 or 41.45% from 456); Max value from RGB is 227 - color contains mainly: green. Hex color #28E3BD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #28E3BD is #D71C42. Grayscale: #A6A6A6. Windows color (decimal): -14097475 or 12444456. OLE color: 12444456.
HSL color Cylindrical-coordinate representation of color #28E3BD: hue angle of 167.81º degrees, saturation: 0.77, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #28E3BD is Cyan = 0.82, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 40 | 227 | 189 | - |
| CMYK | 0.82 | 0 | 0.17 | 0.11 |
| HSL | 167.81º | 0.77% | 0.52% | - |
| HSV(B) | 167.81º | 0.82% | 0.89% | - |
| XYZ | 37.53 | 59.06 | 57.57 | - |
| YUV | 166.76 | 140.55 | 37.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 227 | 189 | 0.82 | 0 | 0.17 | 0.11 | 167.81 | 0.77 | 0.52 |
| Hex | 28 | E3 | BD | 52 | 0 | 11 | B | A8 | 4D | 34 |
| Octal | 50 | 343 | 275 | 122 | 0 | 21 | 13 | 250 | 115 | 64 |
| Binary | 101000 | 11100011 | 10111101 | 1010010 | 0 | 10001 | 1011 | 10101000 | 1001101 | 110100 |
Color Harmonies of #28E3BD
Complementary color
Monochromatic Colors of #28E3BD
Black with #28E3BD
Text Example
Text Example
White with #28E3BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28E3BD; }
p { color: rgb(40,227,189); }
H1.HeaderClassName
{
color: #28E3BD;
}
.AnyTagClassName
{
color: #28E3BD;
}
</style>
background-color css
<style>
a { background-color: #28E3BD; }
a { background-color: rgb(40,227,189); }
div.DivClassName
{
background-color: #28E3BD;
}
.BgClassName
{
background-color: #28E3BD;
}
</style>
border-color css
<style>
span { border-color: #28E3BD; }
span { border-color: rgb(40,227,189); }
td.TdClassName
{
border-color: #28E3BD;
}
.TagClassName
{
border-color: #28E3BD;
}
</style>