Shades of Bright Turquoise #1CFAC6
Tints of Bright Turquoise #1CFAC6
RGB
CMYK
RGB Variations
Color information
#1CFAC6 (or 0x1CFAC6) is known color: Bright Turquoise. HEX triplet: 1C, FA and C6. RGB value is (28,250,198). Sum of RGB (Red+Green+Blue) = 28+250+198=476 (63% of max value = 765). Red value is 28 (11.33% from 255 or 5.88% from 476); Green value is 250 (98.05% from 255 or 52.52% from 476); Blue value is 198 (77.73% from 255 or 41.60% from 476); Max value from RGB is 250 - color contains mainly: green. Hex color #1CFAC6 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #1CFAC6 is #E30539. Grayscale: #B1B1B1. Windows color (decimal): -14878010 or 13040156. OLE color: 13040156.
HSL color Cylindrical-coordinate representation of color #1CFAC6: hue angle of 165.95º degrees, saturation: 0.96, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1CFAC6 is Cyan = 0.89, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 28 | 250 | 198 | - |
| CMYK | 0.89 | 0 | 0.21 | 0.02 |
| HSL | 165.95º | 0.96% | 0.55% | - |
| HSV(B) | 165.95º | 0.89% | 0.98% | - |
| XYZ | 44.86 | 72.7 | 65.09 | - |
| YUV | 177.69 | 139.45 | 21.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 250 | 198 | 0.89 | 0 | 0.21 | 0.02 | 165.95 | 0.96 | 0.55 |
| Hex | 1C | FA | C6 | 59 | 0 | 15 | 2 | A6 | 60 | 37 |
| Octal | 34 | 372 | 306 | 131 | 0 | 25 | 2 | 246 | 140 | 67 |
| Binary | 11100 | 11111010 | 11000110 | 1011001 | 0 | 10101 | 10 | 10100110 | 1100000 | 110111 |
Color Harmonies of #1CFAC6
Complementary color
Monochromatic Colors of #1CFAC6
Black with #1CFAC6
Text Example
Text Example
White with #1CFAC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1CFAC6; }
p { color: rgb(28,250,198); }
H1.HeaderClassName
{
color: #1CFAC6;
}
.AnyTagClassName
{
color: #1CFAC6;
}
</style>
background-color css
<style>
a { background-color: #1CFAC6; }
a { background-color: rgb(28,250,198); }
div.DivClassName
{
background-color: #1CFAC6;
}
.BgClassName
{
background-color: #1CFAC6;
}
</style>
border-color css
<style>
span { border-color: #1CFAC6; }
span { border-color: rgb(28,250,198); }
td.TdClassName
{
border-color: #1CFAC6;
}
.TagClassName
{
border-color: #1CFAC6;
}
</style>