Shades of Turquoise #28ECCD
Tints of Turquoise #28ECCD
RGB
CMYK
RGB Variations
Color information
#28ECCD (or 0x28ECCD) is known color: Turquoise. HEX triplet: 28, EC and CD. RGB value is (40,236,205). Sum of RGB (Red+Green+Blue) = 40+236+205=481 (63% of max value = 765). Red value is 40 (16.02% from 255 or 8.32% from 481); Green value is 236 (92.58% from 255 or 49.06% from 481); Blue value is 205 (80.47% from 255 or 42.62% from 481); Max value from RGB is 236 - color contains mainly: green. Hex color #28ECCD is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #28ECCD is #D71332. Grayscale: #ADADAD. Windows color (decimal): -14095155 or 13495336. OLE color: 13495336.
HSL color Cylindrical-coordinate representation of color #28ECCD: hue angle of 170.51º degrees, saturation: 0.84, 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 #28ECCD is Cyan = 0.83, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 40 | 236 | 205 | - |
| CMYK | 0.83 | 0 | 0.13 | 0.07 |
| HSL | 170.51º | 0.84% | 0.54% | - |
| HSV(B) | 170.51º | 0.83% | 0.93% | - |
| XYZ | 41.89 | 64.85 | 68.07 | - |
| YUV | 173.86 | 145.57 | 32.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 236 | 205 | 0.83 | 0 | 0.13 | 0.07 | 170.51 | 0.84 | 0.54 |
| Hex | 28 | EC | CD | 53 | 0 | D | 7 | AB | 54 | 36 |
| Octal | 50 | 354 | 315 | 123 | 0 | 15 | 7 | 253 | 124 | 66 |
| Binary | 101000 | 11101100 | 11001101 | 1010011 | 0 | 1101 | 111 | 10101011 | 1010100 | 110110 |
Color Harmonies of #28ECCD
Complementary color
Monochromatic Colors of #28ECCD
Black with #28ECCD
Text Example
Text Example
White with #28ECCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28ECCD; }
p { color: rgb(40,236,205); }
H1.HeaderClassName
{
color: #28ECCD;
}
.AnyTagClassName
{
color: #28ECCD;
}
</style>
background-color css
<style>
a { background-color: #28ECCD; }
a { background-color: rgb(40,236,205); }
div.DivClassName
{
background-color: #28ECCD;
}
.BgClassName
{
background-color: #28ECCD;
}
</style>
border-color css
<style>
span { border-color: #28ECCD; }
span { border-color: rgb(40,236,205); }
td.TdClassName
{
border-color: #28ECCD;
}
.TagClassName
{
border-color: #28ECCD;
}
</style>