Shades of Bright Turquoise #1CFEBF
Tints of Bright Turquoise #1CFEBF
RGB
CMYK
RGB Variations
Color information
#1CFEBF (or 0x1CFEBF) is known color: Bright Turquoise. HEX triplet: 1C, FE and BF. RGB value is (28,254,191). Sum of RGB (Red+Green+Blue) = 28+254+191=473 (62% of max value = 765). Red value is 28 (11.33% from 255 or 5.92% from 473); Green value is 254 (99.61% from 255 or 53.70% from 473); Blue value is 191 (75% from 255 or 40.38% from 473); Max value from RGB is 254 - color contains mainly: green. Hex color #1CFEBF is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #1CFEBF is #E30140. Grayscale: #B3B3B3. Windows color (decimal): -14876993 or 12582428. OLE color: 12582428.
HSL color Cylindrical-coordinate representation of color #1CFEBF: hue angle of 163.27º degrees, saturation: 0.99, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1CFEBF is Cyan = 0.89, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 28 | 254 | 191 | - |
| CMYK | 0.89 | 0 | 0.25 | 0.00 |
| HSL | 163.27º | 0.99% | 0.55% | - |
| HSV(B) | 163.27º | 0.89% | 1% | - |
| XYZ | 45.32 | 74.89 | 61.36 | - |
| YUV | 179.24 | 134.63 | 20.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 254 | 191 | 0.89 | 0 | 0.25 | 0.00 | 163.27 | 0.99 | 0.55 |
| Hex | 1C | FE | BF | 59 | 0 | 19 | 0 | A3 | 63 | 37 |
| Octal | 34 | 376 | 277 | 131 | 0 | 31 | 0 | 243 | 143 | 67 |
| Binary | 11100 | 11111110 | 10111111 | 1011001 | 0 | 11001 | 0 | 10100011 | 1100011 | 110111 |
Color Harmonies of #1CFEBF
Complementary color
Monochromatic Colors of #1CFEBF
Black with #1CFEBF
Text Example
Text Example
White with #1CFEBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1CFEBF; }
p { color: rgb(28,254,191); }
H1.HeaderClassName
{
color: #1CFEBF;
}
.AnyTagClassName
{
color: #1CFEBF;
}
</style>
background-color css
<style>
a { background-color: #1CFEBF; }
a { background-color: rgb(28,254,191); }
div.DivClassName
{
background-color: #1CFEBF;
}
.BgClassName
{
background-color: #1CFEBF;
}
</style>
border-color css
<style>
span { border-color: #1CFEBF; }
span { border-color: rgb(28,254,191); }
td.TdClassName
{
border-color: #1CFEBF;
}
.TagClassName
{
border-color: #1CFEBF;
}
</style>