Shades of Turquoise #28DED8
Tints of Turquoise #28DED8
RGB
CMYK
RGB Variations
Color information
#28DED8 (or 0x28DED8) is known color: Turquoise. HEX triplet: 28, DE and D8. RGB value is (40,222,216). Sum of RGB (Red+Green+Blue) = 40+222+216=478 (63% of max value = 765). Red value is 40 (16.02% from 255 or 8.37% from 478); Green value is 222 (87.11% from 255 or 46.44% from 478); Blue value is 216 (84.77% from 255 or 45.19% from 478); Max value from RGB is 222 - color contains mainly: green. Hex color #28DED8 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #28DED8 is #D72127. Grayscale: #A6A6A6. Windows color (decimal): -14098728 or 14212648. OLE color: 14212648.
HSL color Cylindrical-coordinate representation of color #28DED8: hue angle of 178.02º degrees, saturation: 0.73, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #28DED8 is Cyan = 0.82, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 40 | 222 | 216 | - |
| CMYK | 0.82 | 0 | 0.03 | 0.13 |
| HSL | 178.02º | 0.73% | 0.51% | - |
| HSV(B) | 178.02º | 0.82% | 0.87% | - |
| XYZ | 39.39 | 57.65 | 74.02 | - |
| YUV | 166.9 | 155.7 | 37.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 222 | 216 | 0.82 | 0 | 0.03 | 0.13 | 178.02 | 0.73 | 0.51 |
| Hex | 28 | DE | D8 | 52 | 0 | 3 | D | B2 | 49 | 33 |
| Octal | 50 | 336 | 330 | 122 | 0 | 3 | 15 | 262 | 111 | 63 |
| Binary | 101000 | 11011110 | 11011000 | 1010010 | 0 | 11 | 1101 | 10110010 | 1001001 | 110011 |
Color Harmonies of #28DED8
Complementary color
Monochromatic Colors of #28DED8
Black with #28DED8
Text Example
Text Example
White with #28DED8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28DED8; }
p { color: rgb(40,222,216); }
H1.HeaderClassName
{
color: #28DED8;
}
.AnyTagClassName
{
color: #28DED8;
}
</style>
background-color css
<style>
a { background-color: #28DED8; }
a { background-color: rgb(40,222,216); }
div.DivClassName
{
background-color: #28DED8;
}
.BgClassName
{
background-color: #28DED8;
}
</style>
border-color css
<style>
span { border-color: #28DED8; }
span { border-color: rgb(40,222,216); }
td.TdClassName
{
border-color: #28DED8;
}
.TagClassName
{
border-color: #28DED8;
}
</style>