Shades of Turquoise #28FFC1
Tints of Turquoise #28FFC1
RGB
CMYK
RGB Variations
Color information
#28FFC1 (or 0x28FFC1) is known color: Turquoise. HEX triplet: 28, FF and C1. RGB value is (40,255,193). Sum of RGB (Red+Green+Blue) = 40+255+193=488 (64% of max value = 765). Red value is 40 (16.02% from 255 or 8.20% from 488); Green value is 255 (100% from 255 or 52.25% from 488); Blue value is 193 (75.78% from 255 or 39.55% from 488); Max value from RGB is 255 - color contains mainly: green. Hex color #28FFC1 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #28FFC1 is #D7003E. Grayscale: #B7B7B7. Windows color (decimal): -14090303 or 12713768. OLE color: 12713768.
HSL color Cylindrical-coordinate representation of color #28FFC1: hue angle of 162.7º 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 #28FFC1 is Cyan = 0.84, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.
Color convert
| RGB | 40 | 255 | 193 | - |
| CMYK | 0.84 | 0 | 0.24 | 0 |
| HSL | 162.7º | 1% | 0.58% | - |
| HSV(B) | 162.7º | 0.84% | 1% | - |
| XYZ | 46.26 | 75.82 | 62.65 | - |
| YUV | 183.65 | 133.27 | 25.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 255 | 193 | 0.84 | 0 | 0.24 | 0 | 162.7 | 1 | 0.58 |
| Hex | 28 | FF | C1 | 54 | 0 | 18 | 0 | A3 | 64 | 3A |
| Octal | 50 | 377 | 301 | 124 | 0 | 30 | 0 | 243 | 144 | 72 |
| Binary | 101000 | 11111111 | 11000001 | 1010100 | 0 | 11000 | 0 | 10100011 | 1100100 | 111010 |
Color Harmonies of #28FFC1
Complementary color
Monochromatic Colors of #28FFC1
Black with #28FFC1
Text Example
Text Example
White with #28FFC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28FFC1; }
p { color: rgb(40,255,193); }
H1.HeaderClassName
{
color: #28FFC1;
}
.AnyTagClassName
{
color: #28FFC1;
}
</style>
background-color css
<style>
a { background-color: #28FFC1; }
a { background-color: rgb(40,255,193); }
div.DivClassName
{
background-color: #28FFC1;
}
.BgClassName
{
background-color: #28FFC1;
}
</style>
border-color css
<style>
span { border-color: #28FFC1; }
span { border-color: rgb(40,255,193); }
td.TdClassName
{
border-color: #28FFC1;
}
.TagClassName
{
border-color: #28FFC1;
}
</style>