Shades of Turquoise #28EDBE
Tints of Turquoise #28EDBE
RGB
CMYK
RGB Variations
Color information
#28EDBE (or 0x28EDBE) is known color: Turquoise. HEX triplet: 28, ED and BE. RGB value is (40,237,190). Sum of RGB (Red+Green+Blue) = 40+237+190=467 (61% of max value = 765). Red value is 40 (16.02% from 255 or 8.57% from 467); Green value is 237 (92.97% from 255 or 50.75% from 467); Blue value is 190 (74.61% from 255 or 40.69% from 467); Max value from RGB is 237 - color contains mainly: green. Hex color #28EDBE is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #28EDBE is #D71241. Grayscale: #ACACAC. Windows color (decimal): -14094914 or 12512552. OLE color: 12512552.
HSL color Cylindrical-coordinate representation of color #28EDBE: hue angle of 165.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 #28EDBE is Cyan = 0.83, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 40 | 237 | 190 | - |
| CMYK | 0.83 | 0 | 0.20 | 0.07 |
| HSL | 165.69º | 0.85% | 0.54% | - |
| HSV(B) | 165.69º | 0.83% | 0.93% | - |
| XYZ | 40.45 | 64.74 | 59.08 | - |
| YUV | 172.74 | 137.73 | 33.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 237 | 190 | 0.83 | 0 | 0.20 | 0.07 | 165.69 | 0.85 | 0.54 |
| Hex | 28 | ED | BE | 53 | 0 | 14 | 7 | A6 | 55 | 36 |
| Octal | 50 | 355 | 276 | 123 | 0 | 24 | 7 | 246 | 125 | 66 |
| Binary | 101000 | 11101101 | 10111110 | 1010011 | 0 | 10100 | 111 | 10100110 | 1010101 | 110110 |
Color Harmonies of #28EDBE
Complementary color
Monochromatic Colors of #28EDBE
Black with #28EDBE
Text Example
Text Example
White with #28EDBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28EDBE; }
p { color: rgb(40,237,190); }
H1.HeaderClassName
{
color: #28EDBE;
}
.AnyTagClassName
{
color: #28EDBE;
}
</style>
background-color css
<style>
a { background-color: #28EDBE; }
a { background-color: rgb(40,237,190); }
div.DivClassName
{
background-color: #28EDBE;
}
.BgClassName
{
background-color: #28EDBE;
}
</style>
border-color css
<style>
span { border-color: #28EDBE; }
span { border-color: rgb(40,237,190); }
td.TdClassName
{
border-color: #28EDBE;
}
.TagClassName
{
border-color: #28EDBE;
}
</style>