Shades of Bright Turquoise #1CFAC1
Tints of Bright Turquoise #1CFAC1
RGB
CMYK
RGB Variations
Color information
#1CFAC1 (or 0x1CFAC1) is known color: Bright Turquoise. HEX triplet: 1C, FA and C1. RGB value is (28,250,193). Sum of RGB (Red+Green+Blue) = 28+250+193=471 (62% of max value = 765). Red value is 28 (11.33% from 255 or 5.94% from 471); Green value is 250 (98.05% from 255 or 53.08% from 471); Blue value is 193 (75.78% from 255 or 40.98% from 471); Max value from RGB is 250 - color contains mainly: green. Hex color #1CFAC1 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #1CFAC1 is #E3053E. Grayscale: #B1B1B1. Windows color (decimal): -14878015 or 12712476. OLE color: 12712476.
HSL color Cylindrical-coordinate representation of color #1CFAC1: hue angle of 164.59º 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 #1CFAC1 is Cyan = 0.89, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 28 | 250 | 193 | - |
| CMYK | 0.89 | 0 | 0.23 | 0.02 |
| HSL | 164.59º | 0.96% | 0.55% | - |
| HSV(B) | 164.59º | 0.89% | 0.98% | - |
| XYZ | 44.29 | 72.47 | 62.11 | - |
| YUV | 177.12 | 136.95 | 21.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 250 | 193 | 0.89 | 0 | 0.23 | 0.02 | 164.59 | 0.96 | 0.55 |
| Hex | 1C | FA | C1 | 59 | 0 | 17 | 2 | A5 | 60 | 37 |
| Octal | 34 | 372 | 301 | 131 | 0 | 27 | 2 | 245 | 140 | 67 |
| Binary | 11100 | 11111010 | 11000001 | 1011001 | 0 | 10111 | 10 | 10100101 | 1100000 | 110111 |
Color Harmonies of #1CFAC1
Complementary color
Monochromatic Colors of #1CFAC1
Black with #1CFAC1
Text Example
Text Example
White with #1CFAC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1CFAC1; }
p { color: rgb(28,250,193); }
H1.HeaderClassName
{
color: #1CFAC1;
}
.AnyTagClassName
{
color: #1CFAC1;
}
</style>
background-color css
<style>
a { background-color: #1CFAC1; }
a { background-color: rgb(28,250,193); }
div.DivClassName
{
background-color: #1CFAC1;
}
.BgClassName
{
background-color: #1CFAC1;
}
</style>
border-color css
<style>
span { border-color: #1CFAC1; }
span { border-color: rgb(28,250,193); }
td.TdClassName
{
border-color: #1CFAC1;
}
.TagClassName
{
border-color: #1CFAC1;
}
</style>