Shades of Turquoise #28EBCD
Tints of Turquoise #28EBCD
RGB
CMYK
RGB Variations
Color information
#28EBCD (or 0x28EBCD) is known color: Turquoise. HEX triplet: 28, EB and CD. RGB value is (40,235,205). Sum of RGB (Red+Green+Blue) = 40+235+205=480 (63% of max value = 765). Red value is 40 (16.02% from 255 or 8.33% from 480); Green value is 235 (92.19% from 255 or 48.96% from 480); Blue value is 205 (80.47% from 255 or 42.71% from 480); Max value from RGB is 235 - color contains mainly: green. Hex color #28EBCD is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #28EBCD is #D71432. Grayscale: #ADADAD. Windows color (decimal): -14095411 or 13495080. OLE color: 13495080.
HSL color Cylindrical-coordinate representation of color #28EBCD: hue angle of 170.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 #28EBCD is Cyan = 0.83, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 40 | 235 | 205 | - |
| CMYK | 0.83 | 0 | 0.13 | 0.08 |
| HSL | 170.77º | 0.83% | 0.54% | - |
| HSV(B) | 170.77º | 0.83% | 0.92% | - |
| XYZ | 41.6 | 64.28 | 67.97 | - |
| YUV | 173.28 | 145.9 | 32.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 235 | 205 | 0.83 | 0 | 0.13 | 0.08 | 170.77 | 0.83 | 0.54 |
| Hex | 28 | EB | CD | 53 | 0 | D | 8 | AB | 53 | 36 |
| Octal | 50 | 353 | 315 | 123 | 0 | 15 | 10 | 253 | 123 | 66 |
| Binary | 101000 | 11101011 | 11001101 | 1010011 | 0 | 1101 | 1000 | 10101011 | 1010011 | 110110 |
Color Harmonies of #28EBCD
Complementary color
Monochromatic Colors of #28EBCD
Black with #28EBCD
Text Example
Text Example
White with #28EBCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28EBCD; }
p { color: rgb(40,235,205); }
H1.HeaderClassName
{
color: #28EBCD;
}
.AnyTagClassName
{
color: #28EBCD;
}
</style>
background-color css
<style>
a { background-color: #28EBCD; }
a { background-color: rgb(40,235,205); }
div.DivClassName
{
background-color: #28EBCD;
}
.BgClassName
{
background-color: #28EBCD;
}
</style>
border-color css
<style>
span { border-color: #28EBCD; }
span { border-color: rgb(40,235,205); }
td.TdClassName
{
border-color: #28EBCD;
}
.TagClassName
{
border-color: #28EBCD;
}
</style>