Shades of Turquoise #28E3DE
Tints of Turquoise #28E3DE
RGB
CMYK
RGB Variations
Color information
#28E3DE (or 0x28E3DE) is known color: Turquoise. HEX triplet: 28, E3 and DE. RGB value is (40,227,222). Sum of RGB (Red+Green+Blue) = 40+227+222=489 (64% of max value = 765). Red value is 40 (16.02% from 255 or 8.18% from 489); Green value is 227 (89.06% from 255 or 46.42% from 489); Blue value is 222 (87.11% from 255 or 45.40% from 489); Max value from RGB is 227 - color contains mainly: green. Hex color #28E3DE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #28E3DE is #D71C21. Grayscale: #AAAAAA. Windows color (decimal): -14097442 or 14607144. OLE color: 14607144.
HSL color Cylindrical-coordinate representation of color #28E3DE: hue angle of 178.4º 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 #28E3DE is Cyan = 0.82, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 40 | 227 | 222 | - |
| CMYK | 0.82 | 0 | 0.02 | 0.11 |
| HSL | 178.4º | 0.77% | 0.52% | - |
| HSV(B) | 178.4º | 0.82% | 0.89% | - |
| XYZ | 41.53 | 60.66 | 78.63 | - |
| YUV | 170.52 | 157.05 | 34.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 227 | 222 | 0.82 | 0 | 0.02 | 0.11 | 178.4 | 0.77 | 0.52 |
| Hex | 28 | E3 | DE | 52 | 0 | 2 | B | B2 | 4D | 34 |
| Octal | 50 | 343 | 336 | 122 | 0 | 2 | 13 | 262 | 115 | 64 |
| Binary | 101000 | 11100011 | 11011110 | 1010010 | 0 | 10 | 1011 | 10110010 | 1001101 | 110100 |
Color Harmonies of #28E3DE
Complementary color
Monochromatic Colors of #28E3DE
Black with #28E3DE
Text Example
Text Example
White with #28E3DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28E3DE; }
p { color: rgb(40,227,222); }
H1.HeaderClassName
{
color: #28E3DE;
}
.AnyTagClassName
{
color: #28E3DE;
}
</style>
background-color css
<style>
a { background-color: #28E3DE; }
a { background-color: rgb(40,227,222); }
div.DivClassName
{
background-color: #28E3DE;
}
.BgClassName
{
background-color: #28E3DE;
}
</style>
border-color css
<style>
span { border-color: #28E3DE; }
span { border-color: rgb(40,227,222); }
td.TdClassName
{
border-color: #28E3DE;
}
.TagClassName
{
border-color: #28E3DE;
}
</style>