Shades of Bright Turquoise #1CFFC1
Tints of Bright Turquoise #1CFFC1
RGB
CMYK
RGB Variations
Color information
#1CFFC1 (or 0x1CFFC1) is known color: Bright Turquoise. HEX triplet: 1C, FF and C1. RGB value is (28,255,193). Sum of RGB (Red+Green+Blue) = 28+255+193=476 (63% of max value = 765). Red value is 28 (11.33% from 255 or 5.88% from 476); Green value is 255 (100% from 255 or 53.57% from 476); Blue value is 193 (75.78% from 255 or 40.55% from 476); Max value from RGB is 255 - color contains mainly: green. Hex color #1CFFC1 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #1CFFC1 is #E3003E. Grayscale: #B4B4B4. Windows color (decimal): -14876735 or 12713756. OLE color: 12713756.
HSL color Cylindrical-coordinate representation of color #1CFFC1: hue angle of 163.61º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1CFFC1 is Cyan = 0.89, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.
Color convert
| RGB | 28 | 255 | 193 | - |
| CMYK | 0.89 | 0 | 0.24 | 0 |
| HSL | 163.61º | 1% | 0.55% | - |
| HSV(B) | 163.61º | 0.89% | 1% | - |
| XYZ | 45.86 | 75.62 | 62.63 | - |
| YUV | 180.06 | 135.29 | 19.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 255 | 193 | 0.89 | 0 | 0.24 | 0 | 163.61 | 1 | 0.55 |
| Hex | 1C | FF | C1 | 59 | 0 | 18 | 0 | A4 | 64 | 37 |
| Octal | 34 | 377 | 301 | 131 | 0 | 30 | 0 | 244 | 144 | 67 |
| Binary | 11100 | 11111111 | 11000001 | 1011001 | 0 | 11000 | 0 | 10100100 | 1100100 | 110111 |
Color Harmonies of #1CFFC1
Complementary color
Monochromatic Colors of #1CFFC1
Black with #1CFFC1
Text Example
Text Example
White with #1CFFC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1CFFC1; }
p { color: rgb(28,255,193); }
H1.HeaderClassName
{
color: #1CFFC1;
}
.AnyTagClassName
{
color: #1CFFC1;
}
</style>
background-color css
<style>
a { background-color: #1CFFC1; }
a { background-color: rgb(28,255,193); }
div.DivClassName
{
background-color: #1CFFC1;
}
.BgClassName
{
background-color: #1CFFC1;
}
</style>
border-color css
<style>
span { border-color: #1CFFC1; }
span { border-color: rgb(28,255,193); }
td.TdClassName
{
border-color: #1CFFC1;
}
.TagClassName
{
border-color: #1CFFC1;
}
</style>