Shades of Turquoise #28ECC5
Tints of Turquoise #28ECC5
RGB
CMYK
RGB Variations
Color information
#28ECC5 (or 0x28ECC5) is known color: Turquoise. HEX triplet: 28, EC and C5. RGB value is (40,236,197). Sum of RGB (Red+Green+Blue) = 40+236+197=473 (62% of max value = 765). Red value is 40 (16.02% from 255 or 8.46% from 473); Green value is 236 (92.58% from 255 or 49.89% from 473); Blue value is 197 (77.34% from 255 or 41.65% from 473); Max value from RGB is 236 - color contains mainly: green. Hex color #28ECC5 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #28ECC5 is #D7133A. Grayscale: #ACACAC. Windows color (decimal): -14095163 or 12971048. OLE color: 12971048.
HSL color Cylindrical-coordinate representation of color #28ECC5: hue angle of 168.06º 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 #28ECC5 is Cyan = 0.83, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 40 | 236 | 197 | - |
| CMYK | 0.83 | 0 | 0.17 | 0.07 |
| HSL | 168.06º | 0.84% | 0.54% | - |
| HSV(B) | 168.06º | 0.83% | 0.93% | - |
| XYZ | 40.95 | 64.47 | 63.11 | - |
| YUV | 172.95 | 141.57 | 33.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 236 | 197 | 0.83 | 0 | 0.17 | 0.07 | 168.06 | 0.84 | 0.54 |
| Hex | 28 | EC | C5 | 53 | 0 | 11 | 7 | A8 | 54 | 36 |
| Octal | 50 | 354 | 305 | 123 | 0 | 21 | 7 | 250 | 124 | 66 |
| Binary | 101000 | 11101100 | 11000101 | 1010011 | 0 | 10001 | 111 | 10101000 | 1010100 | 110110 |
Color Harmonies of #28ECC5
Complementary color
Monochromatic Colors of #28ECC5
Black with #28ECC5
Text Example
Text Example
White with #28ECC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28ECC5; }
p { color: rgb(40,236,197); }
H1.HeaderClassName
{
color: #28ECC5;
}
.AnyTagClassName
{
color: #28ECC5;
}
</style>
background-color css
<style>
a { background-color: #28ECC5; }
a { background-color: rgb(40,236,197); }
div.DivClassName
{
background-color: #28ECC5;
}
.BgClassName
{
background-color: #28ECC5;
}
</style>
border-color css
<style>
span { border-color: #28ECC5; }
span { border-color: rgb(40,236,197); }
td.TdClassName
{
border-color: #28ECC5;
}
.TagClassName
{
border-color: #28ECC5;
}
</style>