Shades of Turquoise #28ECCC
Tints of Turquoise #28ECCC
RGB
CMYK
RGB Variations
Color information
#28ECCC (or 0x28ECCC) is known color: Turquoise. HEX triplet: 28, EC and CC. RGB value is (40,236,204). Sum of RGB (Red+Green+Blue) = 40+236+204=480 (63% of max value = 765). Red value is 40 (16.02% from 255 or 8.33% from 480); Green value is 236 (92.58% from 255 or 49.17% from 480); Blue value is 204 (80.08% from 255 or 42.5% from 480); Max value from RGB is 236 - color contains mainly: green. Hex color #28ECCC is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #28ECCC is #D71333. Grayscale: #ADADAD. Windows color (decimal): -14095156 or 13429800. OLE color: 13429800.
HSL color Cylindrical-coordinate representation of color #28ECCC: hue angle of 170.2º 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 #28ECCC is Cyan = 0.83, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 40 | 236 | 204 | - |
| CMYK | 0.83 | 0 | 0.14 | 0.07 |
| HSL | 170.2º | 0.84% | 0.54% | - |
| HSV(B) | 170.2º | 0.83% | 0.93% | - |
| XYZ | 41.77 | 64.8 | 67.43 | - |
| YUV | 173.75 | 145.07 | 32.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 236 | 204 | 0.83 | 0 | 0.14 | 0.07 | 170.2 | 0.84 | 0.54 |
| Hex | 28 | EC | CC | 53 | 0 | E | 7 | AA | 54 | 36 |
| Octal | 50 | 354 | 314 | 123 | 0 | 16 | 7 | 252 | 124 | 66 |
| Binary | 101000 | 11101100 | 11001100 | 1010011 | 0 | 1110 | 111 | 10101010 | 1010100 | 110110 |
Color Harmonies of #28ECCC
Complementary color
Monochromatic Colors of #28ECCC
Black with #28ECCC
Text Example
Text Example
White with #28ECCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28ECCC; }
p { color: rgb(40,236,204); }
H1.HeaderClassName
{
color: #28ECCC;
}
.AnyTagClassName
{
color: #28ECCC;
}
</style>
background-color css
<style>
a { background-color: #28ECCC; }
a { background-color: rgb(40,236,204); }
div.DivClassName
{
background-color: #28ECCC;
}
.BgClassName
{
background-color: #28ECCC;
}
</style>
border-color css
<style>
span { border-color: #28ECCC; }
span { border-color: rgb(40,236,204); }
td.TdClassName
{
border-color: #28ECCC;
}
.TagClassName
{
border-color: #28ECCC;
}
</style>