Shades of Turquoise #28EDBC
Tints of Turquoise #28EDBC
RGB
CMYK
RGB Variations
Color information
#28EDBC (or 0x28EDBC) is known color: Turquoise. HEX triplet: 28, ED and BC. RGB value is (40,237,188). Sum of RGB (Red+Green+Blue) = 40+237+188=465 (61% of max value = 765). Red value is 40 (16.02% from 255 or 8.60% from 465); Green value is 237 (92.97% from 255 or 50.97% from 465); Blue value is 188 (73.83% from 255 or 40.43% from 465); Max value from RGB is 237 - color contains mainly: green. Hex color #28EDBC is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #28EDBC is #D71243. Grayscale: #ACACAC. Windows color (decimal): -14094916 or 12381480. OLE color: 12381480.
HSL color Cylindrical-coordinate representation of color #28EDBC: hue angle of 165.08º 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 #28EDBC is Cyan = 0.83, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 40 | 237 | 188 | - |
| CMYK | 0.83 | 0 | 0.21 | 0.07 |
| HSL | 165.08º | 0.85% | 0.54% | - |
| HSV(B) | 165.08º | 0.83% | 0.93% | - |
| XYZ | 40.24 | 64.65 | 57.94 | - |
| YUV | 172.51 | 136.73 | 33.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 237 | 188 | 0.83 | 0 | 0.21 | 0.07 | 165.08 | 0.85 | 0.54 |
| Hex | 28 | ED | BC | 53 | 0 | 15 | 7 | A5 | 55 | 36 |
| Octal | 50 | 355 | 274 | 123 | 0 | 25 | 7 | 245 | 125 | 66 |
| Binary | 101000 | 11101101 | 10111100 | 1010011 | 0 | 10101 | 111 | 10100101 | 1010101 | 110110 |
Color Harmonies of #28EDBC
Complementary color
Monochromatic Colors of #28EDBC
Black with #28EDBC
Text Example
Text Example
White with #28EDBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28EDBC; }
p { color: rgb(40,237,188); }
H1.HeaderClassName
{
color: #28EDBC;
}
.AnyTagClassName
{
color: #28EDBC;
}
</style>
background-color css
<style>
a { background-color: #28EDBC; }
a { background-color: rgb(40,237,188); }
div.DivClassName
{
background-color: #28EDBC;
}
.BgClassName
{
background-color: #28EDBC;
}
</style>
border-color css
<style>
span { border-color: #28EDBC; }
span { border-color: rgb(40,237,188); }
td.TdClassName
{
border-color: #28EDBC;
}
.TagClassName
{
border-color: #28EDBC;
}
</style>