Shades of Turquoise #28EBDB
Tints of Turquoise #28EBDB
RGB
CMYK
RGB Variations
Color information
#28EBDB (or 0x28EBDB) is known color: Turquoise. HEX triplet: 28, EB and DB. RGB value is (40,235,219). Sum of RGB (Red+Green+Blue) = 40+235+219=494 (65% of max value = 765). Red value is 40 (16.02% from 255 or 8.10% from 494); Green value is 235 (92.19% from 255 or 47.57% from 494); Blue value is 219 (85.94% from 255 or 44.33% from 494); Max value from RGB is 235 - color contains mainly: green. Hex color #28EBDB is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #28EBDB is #D71424. Grayscale: #AEAEAE. Windows color (decimal): -14095397 or 14412584. OLE color: 14412584.
HSL color Cylindrical-coordinate representation of color #28EBDB: hue angle of 175.08º degrees, saturation: 0.83, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #28EBDB is Cyan = 0.83, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 40 | 235 | 219 | - |
| CMYK | 0.83 | 0 | 0.07 | 0.08 |
| HSL | 175.08º | 0.83% | 0.54% | - |
| HSV(B) | 175.08º | 0.83% | 0.92% | - |
| XYZ | 43.37 | 64.98 | 77.27 | - |
| YUV | 174.87 | 152.9 | 31.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 235 | 219 | 0.83 | 0 | 0.07 | 0.08 | 175.08 | 0.83 | 0.54 |
| Hex | 28 | EB | DB | 53 | 0 | 7 | 8 | AF | 53 | 36 |
| Octal | 50 | 353 | 333 | 123 | 0 | 7 | 10 | 257 | 123 | 66 |
| Binary | 101000 | 11101011 | 11011011 | 1010011 | 0 | 111 | 1000 | 10101111 | 1010011 | 110110 |
Color Harmonies of #28EBDB
Complementary color
Monochromatic Colors of #28EBDB
Black with #28EBDB
Text Example
Text Example
White with #28EBDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28EBDB; }
p { color: rgb(40,235,219); }
H1.HeaderClassName
{
color: #28EBDB;
}
.AnyTagClassName
{
color: #28EBDB;
}
</style>
background-color css
<style>
a { background-color: #28EBDB; }
a { background-color: rgb(40,235,219); }
div.DivClassName
{
background-color: #28EBDB;
}
.BgClassName
{
background-color: #28EBDB;
}
</style>
border-color css
<style>
span { border-color: #28EBDB; }
span { border-color: rgb(40,235,219); }
td.TdClassName
{
border-color: #28EBDB;
}
.TagClassName
{
border-color: #28EBDB;
}
</style>