Shades of Bright Turquoise #1CFCC1
Tints of Bright Turquoise #1CFCC1
RGB
CMYK
RGB Variations
Color information
#1CFCC1 (or 0x1CFCC1) is known color: Bright Turquoise. HEX triplet: 1C, FC and C1. RGB value is (28,252,193). Sum of RGB (Red+Green+Blue) = 28+252+193=473 (62% of max value = 765). Red value is 28 (11.33% from 255 or 5.92% from 473); Green value is 252 (98.83% from 255 or 53.28% from 473); Blue value is 193 (75.78% from 255 or 40.80% from 473); Max value from RGB is 252 - color contains mainly: green. Hex color #1CFCC1 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #1CFCC1 is #E3033E. Grayscale: #B2B2B2. Windows color (decimal): -14877503 or 12712988. OLE color: 12712988.
HSL color Cylindrical-coordinate representation of color #1CFCC1: hue angle of 164.2º degrees, saturation: 0.97, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1CFCC1 is Cyan = 0.89, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 28 | 252 | 193 | - |
| CMYK | 0.89 | 0 | 0.23 | 0.01 |
| HSL | 164.2º | 0.97% | 0.55% | - |
| HSV(B) | 164.2º | 0.89% | 0.99% | - |
| XYZ | 44.91 | 73.72 | 62.31 | - |
| YUV | 178.3 | 136.29 | 20.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 252 | 193 | 0.89 | 0 | 0.23 | 0.01 | 164.2 | 0.97 | 0.55 |
| Hex | 1C | FC | C1 | 59 | 0 | 17 | 1 | A4 | 61 | 37 |
| Octal | 34 | 374 | 301 | 131 | 0 | 27 | 1 | 244 | 141 | 67 |
| Binary | 11100 | 11111100 | 11000001 | 1011001 | 0 | 10111 | 1 | 10100100 | 1100001 | 110111 |
Color Harmonies of #1CFCC1
Complementary color
Monochromatic Colors of #1CFCC1
Black with #1CFCC1
Text Example
Text Example
White with #1CFCC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1CFCC1; }
p { color: rgb(28,252,193); }
H1.HeaderClassName
{
color: #1CFCC1;
}
.AnyTagClassName
{
color: #1CFCC1;
}
</style>
background-color css
<style>
a { background-color: #1CFCC1; }
a { background-color: rgb(28,252,193); }
div.DivClassName
{
background-color: #1CFCC1;
}
.BgClassName
{
background-color: #1CFCC1;
}
</style>
border-color css
<style>
span { border-color: #1CFCC1; }
span { border-color: rgb(28,252,193); }
td.TdClassName
{
border-color: #1CFCC1;
}
.TagClassName
{
border-color: #1CFCC1;
}
</style>