Shades of Turquoise #28E6D8
Tints of Turquoise #28E6D8
RGB
CMYK
RGB Variations
Color information
#28E6D8 (or 0x28E6D8) is known color: Turquoise. HEX triplet: 28, E6 and D8. RGB value is (40,230,216). Sum of RGB (Red+Green+Blue) = 40+230+216=486 (64% of max value = 765). Red value is 40 (16.02% from 255 or 8.23% from 486); Green value is 230 (90.23% from 255 or 47.33% from 486); Blue value is 216 (84.77% from 255 or 44.44% from 486); Max value from RGB is 230 - color contains mainly: green. Hex color #28E6D8 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #28E6D8 is #D71927. Grayscale: #ABABAB. Windows color (decimal): -14096680 or 14214696. OLE color: 14214696.
HSL color Cylindrical-coordinate representation of color #28E6D8: hue angle of 175.58º degrees, saturation: 0.79, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #28E6D8 is Cyan = 0.83, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 40 | 230 | 216 | - |
| CMYK | 0.83 | 0 | 0.06 | 0.10 |
| HSL | 175.58º | 0.79% | 0.53% | - |
| HSV(B) | 175.58º | 0.83% | 0.9% | - |
| XYZ | 41.57 | 62 | 74.74 | - |
| YUV | 171.59 | 153.05 | 34.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 230 | 216 | 0.83 | 0 | 0.06 | 0.10 | 175.58 | 0.79 | 0.53 |
| Hex | 28 | E6 | D8 | 53 | 0 | 6 | A | B0 | 4F | 35 |
| Octal | 50 | 346 | 330 | 123 | 0 | 6 | 12 | 260 | 117 | 65 |
| Binary | 101000 | 11100110 | 11011000 | 1010011 | 0 | 110 | 1010 | 10110000 | 1001111 | 110101 |
Color Harmonies of #28E6D8
Complementary color
Monochromatic Colors of #28E6D8
Black with #28E6D8
Text Example
Text Example
White with #28E6D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28E6D8; }
p { color: rgb(40,230,216); }
H1.HeaderClassName
{
color: #28E6D8;
}
.AnyTagClassName
{
color: #28E6D8;
}
</style>
background-color css
<style>
a { background-color: #28E6D8; }
a { background-color: rgb(40,230,216); }
div.DivClassName
{
background-color: #28E6D8;
}
.BgClassName
{
background-color: #28E6D8;
}
</style>
border-color css
<style>
span { border-color: #28E6D8; }
span { border-color: rgb(40,230,216); }
td.TdClassName
{
border-color: #28E6D8;
}
.TagClassName
{
border-color: #28E6D8;
}
</style>