Shades of Turquoise #28EDD5
Tints of Turquoise #28EDD5
RGB
CMYK
RGB Variations
Color information
#28EDD5 (or 0x28EDD5) is known color: Turquoise. HEX triplet: 28, ED and D5. RGB value is (40,237,213). Sum of RGB (Red+Green+Blue) = 40+237+213=490 (64% of max value = 765). Red value is 40 (16.02% from 255 or 8.16% from 490); Green value is 237 (92.97% from 255 or 48.37% from 490); Blue value is 213 (83.59% from 255 or 43.47% from 490); Max value from RGB is 237 - color contains mainly: green. Hex color #28EDD5 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #28EDD5 is #D7122A. Grayscale: #AFAFAF. Windows color (decimal): -14094891 or 14019880. OLE color: 14019880.
HSL color Cylindrical-coordinate representation of color #28EDD5: hue angle of 172.69º 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 #28EDD5 is Cyan = 0.83, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 40 | 237 | 213 | - |
| CMYK | 0.83 | 0 | 0.10 | 0.07 |
| HSL | 172.69º | 0.85% | 0.54% | - |
| HSV(B) | 172.69º | 0.83% | 0.93% | - |
| XYZ | 43.17 | 65.82 | 73.38 | - |
| YUV | 175.36 | 149.23 | 31.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 237 | 213 | 0.83 | 0 | 0.10 | 0.07 | 172.69 | 0.85 | 0.54 |
| Hex | 28 | ED | D5 | 53 | 0 | A | 7 | AD | 55 | 36 |
| Octal | 50 | 355 | 325 | 123 | 0 | 12 | 7 | 255 | 125 | 66 |
| Binary | 101000 | 11101101 | 11010101 | 1010011 | 0 | 1010 | 111 | 10101101 | 1010101 | 110110 |
Color Harmonies of #28EDD5
Complementary color
Monochromatic Colors of #28EDD5
Black with #28EDD5
Text Example
Text Example
White with #28EDD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28EDD5; }
p { color: rgb(40,237,213); }
H1.HeaderClassName
{
color: #28EDD5;
}
.AnyTagClassName
{
color: #28EDD5;
}
</style>
background-color css
<style>
a { background-color: #28EDD5; }
a { background-color: rgb(40,237,213); }
div.DivClassName
{
background-color: #28EDD5;
}
.BgClassName
{
background-color: #28EDD5;
}
</style>
border-color css
<style>
span { border-color: #28EDD5; }
span { border-color: rgb(40,237,213); }
td.TdClassName
{
border-color: #28EDD5;
}
.TagClassName
{
border-color: #28EDD5;
}
</style>