Shades of Turquoise #28FFC6
Tints of Turquoise #28FFC6
RGB
CMYK
RGB Variations
Color information
#28FFC6 (or 0x28FFC6) is known color: Turquoise. HEX triplet: 28, FF and C6. RGB value is (40,255,198). Sum of RGB (Red+Green+Blue) = 40+255+198=493 (65% of max value = 765). Red value is 40 (16.02% from 255 or 8.11% from 493); Green value is 255 (100% from 255 or 51.72% from 493); Blue value is 198 (77.73% from 255 or 40.16% from 493); Max value from RGB is 255 - color contains mainly: green. Hex color #28FFC6 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #28FFC6 is #D70039. Grayscale: #B8B8B8. Windows color (decimal): -14090298 or 13041448. OLE color: 13041448.
HSL color Cylindrical-coordinate representation of color #28FFC6: hue angle of 164.09º degrees, saturation: 1, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #28FFC6 is Cyan = 0.84, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.
Color convert
| RGB | 40 | 255 | 198 | - |
| CMYK | 0.84 | 0 | 0.22 | 0 |
| HSL | 164.09º | 1% | 0.58% | - |
| HSV(B) | 164.09º | 0.84% | 1% | - |
| XYZ | 46.83 | 76.05 | 65.64 | - |
| YUV | 184.22 | 135.77 | 25.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 255 | 198 | 0.84 | 0 | 0.22 | 0 | 164.09 | 1 | 0.58 |
| Hex | 28 | FF | C6 | 54 | 0 | 16 | 0 | A4 | 64 | 3A |
| Octal | 50 | 377 | 306 | 124 | 0 | 26 | 0 | 244 | 144 | 72 |
| Binary | 101000 | 11111111 | 11000110 | 1010100 | 0 | 10110 | 0 | 10100100 | 1100100 | 111010 |
Color Harmonies of #28FFC6
Complementary color
Monochromatic Colors of #28FFC6
Black with #28FFC6
Text Example
Text Example
White with #28FFC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28FFC6; }
p { color: rgb(40,255,198); }
H1.HeaderClassName
{
color: #28FFC6;
}
.AnyTagClassName
{
color: #28FFC6;
}
</style>
background-color css
<style>
a { background-color: #28FFC6; }
a { background-color: rgb(40,255,198); }
div.DivClassName
{
background-color: #28FFC6;
}
.BgClassName
{
background-color: #28FFC6;
}
</style>
border-color css
<style>
span { border-color: #28FFC6; }
span { border-color: rgb(40,255,198); }
td.TdClassName
{
border-color: #28FFC6;
}
.TagClassName
{
border-color: #28FFC6;
}
</style>