Shades of Turquoise #28EBC0
Tints of Turquoise #28EBC0
RGB
CMYK
RGB Variations
Color information
#28EBC0 (or 0x28EBC0) is known color: Turquoise. HEX triplet: 28, EB and C0. RGB value is (40,235,192). Sum of RGB (Red+Green+Blue) = 40+235+192=467 (61% of max value = 765). Red value is 40 (16.02% from 255 or 8.57% from 467); Green value is 235 (92.19% from 255 or 50.32% from 467); Blue value is 192 (75.39% from 255 or 41.11% from 467); Max value from RGB is 235 - color contains mainly: green. Hex color #28EBC0 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #28EBC0 is #D7143F. Grayscale: #ABABAB. Windows color (decimal): -14095424 or 12643112. OLE color: 12643112.
HSL color Cylindrical-coordinate representation of color #28EBC0: hue angle of 166.77º 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 #28EBC0 is Cyan = 0.83, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 40 | 235 | 192 | - |
| CMYK | 0.83 | 0 | 0.18 | 0.08 |
| HSL | 166.77º | 0.83% | 0.54% | - |
| HSV(B) | 166.77º | 0.83% | 0.92% | - |
| XYZ | 40.1 | 63.67 | 60.05 | - |
| YUV | 171.79 | 139.4 | 34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 235 | 192 | 0.83 | 0 | 0.18 | 0.08 | 166.77 | 0.83 | 0.54 |
| Hex | 28 | EB | C0 | 53 | 0 | 12 | 8 | A7 | 53 | 36 |
| Octal | 50 | 353 | 300 | 123 | 0 | 22 | 10 | 247 | 123 | 66 |
| Binary | 101000 | 11101011 | 11000000 | 1010011 | 0 | 10010 | 1000 | 10100111 | 1010011 | 110110 |
Color Harmonies of #28EBC0
Complementary color
Monochromatic Colors of #28EBC0
Black with #28EBC0
Text Example
Text Example
White with #28EBC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28EBC0; }
p { color: rgb(40,235,192); }
H1.HeaderClassName
{
color: #28EBC0;
}
.AnyTagClassName
{
color: #28EBC0;
}
</style>
background-color css
<style>
a { background-color: #28EBC0; }
a { background-color: rgb(40,235,192); }
div.DivClassName
{
background-color: #28EBC0;
}
.BgClassName
{
background-color: #28EBC0;
}
</style>
border-color css
<style>
span { border-color: #28EBC0; }
span { border-color: rgb(40,235,192); }
td.TdClassName
{
border-color: #28EBC0;
}
.TagClassName
{
border-color: #28EBC0;
}
</style>