Shades of Turquoise #28E3D0
Tints of Turquoise #28E3D0
RGB
CMYK
RGB Variations
Color information
#28E3D0 (or 0x28E3D0) is known color: Turquoise. HEX triplet: 28, E3 and D0. RGB value is (40,227,208). Sum of RGB (Red+Green+Blue) = 40+227+208=475 (62% of max value = 765). Red value is 40 (16.02% from 255 or 8.42% from 475); Green value is 227 (89.06% from 255 or 47.79% from 475); Blue value is 208 (81.64% from 255 or 43.79% from 475); Max value from RGB is 227 - color contains mainly: green. Hex color #28E3D0 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #28E3D0 is #D71C2F. Grayscale: #A8A8A8. Windows color (decimal): -14097456 or 13689640. OLE color: 13689640.
HSL color Cylindrical-coordinate representation of color #28E3D0: hue angle of 173.9º 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 #28E3D0 is Cyan = 0.82, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 40 | 227 | 208 | - |
| CMYK | 0.82 | 0 | 0.08 | 0.11 |
| HSL | 173.9º | 0.77% | 0.52% | - |
| HSV(B) | 173.9º | 0.82% | 0.89% | - |
| XYZ | 39.73 | 59.94 | 69.15 | - |
| YUV | 168.92 | 150.05 | 36.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 227 | 208 | 0.82 | 0 | 0.08 | 0.11 | 173.9 | 0.77 | 0.52 |
| Hex | 28 | E3 | D0 | 52 | 0 | 8 | B | AE | 4D | 34 |
| Octal | 50 | 343 | 320 | 122 | 0 | 10 | 13 | 256 | 115 | 64 |
| Binary | 101000 | 11100011 | 11010000 | 1010010 | 0 | 1000 | 1011 | 10101110 | 1001101 | 110100 |
Color Harmonies of #28E3D0
Complementary color
Monochromatic Colors of #28E3D0
Black with #28E3D0
Text Example
Text Example
White with #28E3D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28E3D0; }
p { color: rgb(40,227,208); }
H1.HeaderClassName
{
color: #28E3D0;
}
.AnyTagClassName
{
color: #28E3D0;
}
</style>
background-color css
<style>
a { background-color: #28E3D0; }
a { background-color: rgb(40,227,208); }
div.DivClassName
{
background-color: #28E3D0;
}
.BgClassName
{
background-color: #28E3D0;
}
</style>
border-color css
<style>
span { border-color: #28E3D0; }
span { border-color: rgb(40,227,208); }
td.TdClassName
{
border-color: #28E3D0;
}
.TagClassName
{
border-color: #28E3D0;
}
</style>