Shades of Turquoise #28DED5
Tints of Turquoise #28DED5
RGB
CMYK
RGB Variations
Color information
#28DED5 (or 0x28DED5) is known color: Turquoise. HEX triplet: 28, DE and D5. RGB value is (40,222,213). Sum of RGB (Red+Green+Blue) = 40+222+213=475 (62% of max value = 765). Red value is 40 (16.02% from 255 or 8.42% from 475); Green value is 222 (87.11% from 255 or 46.74% from 475); Blue value is 213 (83.59% from 255 or 44.84% from 475); Max value from RGB is 222 - color contains mainly: green. Hex color #28DED5 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #28DED5 is #D7212A. Grayscale: #A6A6A6. Windows color (decimal): -14098731 or 14016040. OLE color: 14016040.
HSL color Cylindrical-coordinate representation of color #28DED5: hue angle of 177.03º 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 #28DED5 is Cyan = 0.82, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 40 | 222 | 213 | - |
| CMYK | 0.82 | 0 | 0.04 | 0.13 |
| HSL | 177.03º | 0.73% | 0.51% | - |
| HSV(B) | 177.03º | 0.82% | 0.87% | - |
| XYZ | 39.01 | 57.5 | 71.99 | - |
| YUV | 166.56 | 154.2 | 37.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 222 | 213 | 0.82 | 0 | 0.04 | 0.13 | 177.03 | 0.73 | 0.51 |
| Hex | 28 | DE | D5 | 52 | 0 | 4 | D | B1 | 49 | 33 |
| Octal | 50 | 336 | 325 | 122 | 0 | 4 | 15 | 261 | 111 | 63 |
| Binary | 101000 | 11011110 | 11010101 | 1010010 | 0 | 100 | 1101 | 10110001 | 1001001 | 110011 |
Color Harmonies of #28DED5
Complementary color
Monochromatic Colors of #28DED5
Black with #28DED5
Text Example
Text Example
White with #28DED5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28DED5; }
p { color: rgb(40,222,213); }
H1.HeaderClassName
{
color: #28DED5;
}
.AnyTagClassName
{
color: #28DED5;
}
</style>
background-color css
<style>
a { background-color: #28DED5; }
a { background-color: rgb(40,222,213); }
div.DivClassName
{
background-color: #28DED5;
}
.BgClassName
{
background-color: #28DED5;
}
</style>
border-color css
<style>
span { border-color: #28DED5; }
span { border-color: rgb(40,222,213); }
td.TdClassName
{
border-color: #28DED5;
}
.TagClassName
{
border-color: #28DED5;
}
</style>