Shades of Turquoise #28EDD6
Tints of Turquoise #28EDD6
RGB
CMYK
RGB Variations
Color information
#28EDD6 (or 0x28EDD6) is known color: Turquoise. HEX triplet: 28, ED and D6. RGB value is (40,237,214). Sum of RGB (Red+Green+Blue) = 40+237+214=491 (65% of max value = 765). Red value is 40 (16.02% from 255 or 8.15% from 491); Green value is 237 (92.97% from 255 or 48.27% from 491); Blue value is 214 (83.98% from 255 or 43.58% from 491); Max value from RGB is 237 - color contains mainly: green. Hex color #28EDD6 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #28EDD6 is #D71229. Grayscale: #AFAFAF. Windows color (decimal): -14094890 or 14085416. OLE color: 14085416.
HSL color Cylindrical-coordinate representation of color #28EDD6: hue angle of 172.99º degrees, saturation: 0.85, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #28EDD6 is Cyan = 0.83, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 40 | 237 | 214 | - |
| CMYK | 0.83 | 0 | 0.10 | 0.07 |
| HSL | 172.99º | 0.85% | 0.54% | - |
| HSV(B) | 172.99º | 0.83% | 0.93% | - |
| XYZ | 43.3 | 65.87 | 74.05 | - |
| YUV | 175.48 | 149.73 | 31.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 237 | 214 | 0.83 | 0 | 0.10 | 0.07 | 172.99 | 0.85 | 0.54 |
| Hex | 28 | ED | D6 | 53 | 0 | A | 7 | AD | 55 | 36 |
| Octal | 50 | 355 | 326 | 123 | 0 | 12 | 7 | 255 | 125 | 66 |
| Binary | 101000 | 11101101 | 11010110 | 1010011 | 0 | 1010 | 111 | 10101101 | 1010101 | 110110 |
Color Harmonies of #28EDD6
Complementary color
Monochromatic Colors of #28EDD6
Black with #28EDD6
Text Example
Text Example
White with #28EDD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28EDD6; }
p { color: rgb(40,237,214); }
H1.HeaderClassName
{
color: #28EDD6;
}
.AnyTagClassName
{
color: #28EDD6;
}
</style>
background-color css
<style>
a { background-color: #28EDD6; }
a { background-color: rgb(40,237,214); }
div.DivClassName
{
background-color: #28EDD6;
}
.BgClassName
{
background-color: #28EDD6;
}
</style>
border-color css
<style>
span { border-color: #28EDD6; }
span { border-color: rgb(40,237,214); }
td.TdClassName
{
border-color: #28EDD6;
}
.TagClassName
{
border-color: #28EDD6;
}
</style>