Shades of Bright Turquoise #1CFCC6
Tints of Bright Turquoise #1CFCC6
RGB
CMYK
RGB Variations
Color information
#1CFCC6 (or 0x1CFCC6) is known color: Bright Turquoise. HEX triplet: 1C, FC and C6. RGB value is (28,252,198). Sum of RGB (Red+Green+Blue) = 28+252+198=478 (63% of max value = 765). Red value is 28 (11.33% from 255 or 5.86% from 478); Green value is 252 (98.83% from 255 or 52.72% from 478); Blue value is 198 (77.73% from 255 or 41.42% from 478); Max value from RGB is 252 - color contains mainly: green. Hex color #1CFCC6 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #1CFCC6 is #E30339. Grayscale: #B2B2B2. Windows color (decimal): -14877498 or 13040668. OLE color: 13040668.
HSL color Cylindrical-coordinate representation of color #1CFCC6: hue angle of 165.54º 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 #1CFCC6 is Cyan = 0.89, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 28 | 252 | 198 | - |
| CMYK | 0.89 | 0 | 0.21 | 0.01 |
| HSL | 165.54º | 0.97% | 0.55% | - |
| HSV(B) | 165.54º | 0.89% | 0.99% | - |
| XYZ | 45.48 | 73.94 | 65.3 | - |
| YUV | 178.87 | 138.79 | 20.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 252 | 198 | 0.89 | 0 | 0.21 | 0.01 | 165.54 | 0.97 | 0.55 |
| Hex | 1C | FC | C6 | 59 | 0 | 15 | 1 | A6 | 61 | 37 |
| Octal | 34 | 374 | 306 | 131 | 0 | 25 | 1 | 246 | 141 | 67 |
| Binary | 11100 | 11111100 | 11000110 | 1011001 | 0 | 10101 | 1 | 10100110 | 1100001 | 110111 |
Color Harmonies of #1CFCC6
Complementary color
Monochromatic Colors of #1CFCC6
Black with #1CFCC6
Text Example
Text Example
White with #1CFCC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1CFCC6; }
p { color: rgb(28,252,198); }
H1.HeaderClassName
{
color: #1CFCC6;
}
.AnyTagClassName
{
color: #1CFCC6;
}
</style>
background-color css
<style>
a { background-color: #1CFCC6; }
a { background-color: rgb(28,252,198); }
div.DivClassName
{
background-color: #1CFCC6;
}
.BgClassName
{
background-color: #1CFCC6;
}
</style>
border-color css
<style>
span { border-color: #1CFCC6; }
span { border-color: rgb(28,252,198); }
td.TdClassName
{
border-color: #1CFCC6;
}
.TagClassName
{
border-color: #1CFCC6;
}
</style>