Shades of Turquoise #28E3BF
Tints of Turquoise #28E3BF
RGB
CMYK
RGB Variations
Color information
#28E3BF (or 0x28E3BF) is known color: Turquoise. HEX triplet: 28, E3 and BF. RGB value is (40,227,191). Sum of RGB (Red+Green+Blue) = 40+227+191=458 (60% of max value = 765). Red value is 40 (16.02% from 255 or 8.73% from 458); Green value is 227 (89.06% from 255 or 49.56% from 458); Blue value is 191 (75% from 255 or 41.70% from 458); Max value from RGB is 227 - color contains mainly: green. Hex color #28E3BF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #28E3BF is #D71C40. Grayscale: #A6A6A6. Windows color (decimal): -14097473 or 12575528. OLE color: 12575528.
HSL color Cylindrical-coordinate representation of color #28E3BF: hue angle of 168.45º 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 #28E3BF is Cyan = 0.82, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 40 | 227 | 191 | - |
| CMYK | 0.82 | 0 | 0.16 | 0.11 |
| HSL | 168.45º | 0.77% | 0.52% | - |
| HSV(B) | 168.45º | 0.82% | 0.89% | - |
| XYZ | 37.75 | 59.15 | 58.72 | - |
| YUV | 166.98 | 141.55 | 37.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 227 | 191 | 0.82 | 0 | 0.16 | 0.11 | 168.45 | 0.77 | 0.52 |
| Hex | 28 | E3 | BF | 52 | 0 | 10 | B | A8 | 4D | 34 |
| Octal | 50 | 343 | 277 | 122 | 0 | 20 | 13 | 250 | 115 | 64 |
| Binary | 101000 | 11100011 | 10111111 | 1010010 | 0 | 10000 | 1011 | 10101000 | 1001101 | 110100 |
Color Harmonies of #28E3BF
Complementary color
Monochromatic Colors of #28E3BF
Black with #28E3BF
Text Example
Text Example
White with #28E3BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28E3BF; }
p { color: rgb(40,227,191); }
H1.HeaderClassName
{
color: #28E3BF;
}
.AnyTagClassName
{
color: #28E3BF;
}
</style>
background-color css
<style>
a { background-color: #28E3BF; }
a { background-color: rgb(40,227,191); }
div.DivClassName
{
background-color: #28E3BF;
}
.BgClassName
{
background-color: #28E3BF;
}
</style>
border-color css
<style>
span { border-color: #28E3BF; }
span { border-color: rgb(40,227,191); }
td.TdClassName
{
border-color: #28E3BF;
}
.TagClassName
{
border-color: #28E3BF;
}
</style>