Shades of Bright Turquoise #1CFACC
Tints of Bright Turquoise #1CFACC
RGB
CMYK
RGB Variations
Color information
#1CFACC (or 0x1CFACC) is known color: Bright Turquoise. HEX triplet: 1C, FA and CC. RGB value is (28,250,204). Sum of RGB (Red+Green+Blue) = 28+250+204=482 (63% of max value = 765). Red value is 28 (11.33% from 255 or 5.81% from 482); Green value is 250 (98.05% from 255 or 51.87% from 482); Blue value is 204 (80.08% from 255 or 42.32% from 482); Max value from RGB is 250 - color contains mainly: green. Hex color #1CFACC is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #1CFACC is #E30533. Grayscale: #B2B2B2. Windows color (decimal): -14878004 or 13433372. OLE color: 13433372.
HSL color Cylindrical-coordinate representation of color #1CFACC: hue angle of 167.57º 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 #1CFACC is Cyan = 0.89, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 28 | 250 | 204 | - |
| CMYK | 0.89 | 0 | 0.18 | 0.02 |
| HSL | 167.57º | 0.96% | 0.55% | - |
| HSV(B) | 167.57º | 0.89% | 0.98% | - |
| XYZ | 45.56 | 72.98 | 68.81 | - |
| YUV | 178.38 | 142.45 | 20.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 250 | 204 | 0.89 | 0 | 0.18 | 0.02 | 167.57 | 0.96 | 0.55 |
| Hex | 1C | FA | CC | 59 | 0 | 12 | 2 | A8 | 60 | 37 |
| Octal | 34 | 372 | 314 | 131 | 0 | 22 | 2 | 250 | 140 | 67 |
| Binary | 11100 | 11111010 | 11001100 | 1011001 | 0 | 10010 | 10 | 10101000 | 1100000 | 110111 |
Color Harmonies of #1CFACC
Complementary color
Monochromatic Colors of #1CFACC
Black with #1CFACC
Text Example
Text Example
White with #1CFACC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1CFACC; }
p { color: rgb(28,250,204); }
H1.HeaderClassName
{
color: #1CFACC;
}
.AnyTagClassName
{
color: #1CFACC;
}
</style>
background-color css
<style>
a { background-color: #1CFACC; }
a { background-color: rgb(28,250,204); }
div.DivClassName
{
background-color: #1CFACC;
}
.BgClassName
{
background-color: #1CFACC;
}
</style>
border-color css
<style>
span { border-color: #1CFACC; }
span { border-color: rgb(28,250,204); }
td.TdClassName
{
border-color: #1CFACC;
}
.TagClassName
{
border-color: #1CFACC;
}
</style>