Shades of Turquoise #28FEC6
Tints of Turquoise #28FEC6
RGB
CMYK
RGB Variations
Color information
#28FEC6 (or 0x28FEC6) is known color: Turquoise. HEX triplet: 28, FE and C6. RGB value is (40,254,198). Sum of RGB (Red+Green+Blue) = 40+254+198=492 (65% of max value = 765). Red value is 40 (16.02% from 255 or 8.13% from 492); Green value is 254 (99.61% from 255 or 51.63% from 492); Blue value is 198 (77.73% from 255 or 40.24% from 492); Max value from RGB is 254 - color contains mainly: green. Hex color #28FEC6 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #28FEC6 is #D70139. Grayscale: #B7B7B7. Windows color (decimal): -14090554 or 13041192. OLE color: 13041192.
HSL color Cylindrical-coordinate representation of color #28FEC6: hue angle of 164.3º degrees, saturation: 0.99, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #28FEC6 is Cyan = 0.84, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 40 | 254 | 198 | - |
| CMYK | 0.84 | 0 | 0.22 | 0.00 |
| HSL | 164.3º | 0.99% | 0.58% | - |
| HSV(B) | 164.3º | 0.84% | 1% | - |
| XYZ | 46.51 | 75.41 | 65.53 | - |
| YUV | 183.63 | 136.1 | 25.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 254 | 198 | 0.84 | 0 | 0.22 | 0.00 | 164.3 | 0.99 | 0.58 |
| Hex | 28 | FE | C6 | 54 | 0 | 16 | 0 | A4 | 63 | 3A |
| Octal | 50 | 376 | 306 | 124 | 0 | 26 | 0 | 244 | 143 | 72 |
| Binary | 101000 | 11111110 | 11000110 | 1010100 | 0 | 10110 | 0 | 10100100 | 1100011 | 111010 |
Color Harmonies of #28FEC6
Complementary color
Monochromatic Colors of #28FEC6
Black with #28FEC6
Text Example
Text Example
White with #28FEC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28FEC6; }
p { color: rgb(40,254,198); }
H1.HeaderClassName
{
color: #28FEC6;
}
.AnyTagClassName
{
color: #28FEC6;
}
</style>
background-color css
<style>
a { background-color: #28FEC6; }
a { background-color: rgb(40,254,198); }
div.DivClassName
{
background-color: #28FEC6;
}
.BgClassName
{
background-color: #28FEC6;
}
</style>
border-color css
<style>
span { border-color: #28FEC6; }
span { border-color: rgb(40,254,198); }
td.TdClassName
{
border-color: #28FEC6;
}
.TagClassName
{
border-color: #28FEC6;
}
</style>