Shades of Bright Turquoise #1CFCC9
Tints of Bright Turquoise #1CFCC9
RGB
CMYK
RGB Variations
Color information
#1CFCC9 (or 0x1CFCC9) is known color: Bright Turquoise. HEX triplet: 1C, FC and C9. RGB value is (28,252,201). Sum of RGB (Red+Green+Blue) = 28+252+201=481 (63% of max value = 765). Red value is 28 (11.33% from 255 or 5.82% from 481); Green value is 252 (98.83% from 255 or 52.39% from 481); Blue value is 201 (78.91% from 255 or 41.79% from 481); Max value from RGB is 252 - color contains mainly: green. Hex color #1CFCC9 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #1CFCC9 is #E30336. Grayscale: #B3B3B3. Windows color (decimal): -14877495 or 13237276. OLE color: 13237276.
HSL color Cylindrical-coordinate representation of color #1CFCC9: hue angle of 166.34º 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 #1CFCC9 is Cyan = 0.89, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 28 | 252 | 201 | - |
| CMYK | 0.89 | 0 | 0.20 | 0.01 |
| HSL | 166.34º | 0.97% | 0.55% | - |
| HSV(B) | 166.34º | 0.89% | 0.99% | - |
| XYZ | 45.83 | 74.08 | 67.14 | - |
| YUV | 179.21 | 140.29 | 20.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 252 | 201 | 0.89 | 0 | 0.20 | 0.01 | 166.34 | 0.97 | 0.55 |
| Hex | 1C | FC | C9 | 59 | 0 | 14 | 1 | A6 | 61 | 37 |
| Octal | 34 | 374 | 311 | 131 | 0 | 24 | 1 | 246 | 141 | 67 |
| Binary | 11100 | 11111100 | 11001001 | 1011001 | 0 | 10100 | 1 | 10100110 | 1100001 | 110111 |
Color Harmonies of #1CFCC9
Complementary color
Monochromatic Colors of #1CFCC9
Black with #1CFCC9
Text Example
Text Example
White with #1CFCC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1CFCC9; }
p { color: rgb(28,252,201); }
H1.HeaderClassName
{
color: #1CFCC9;
}
.AnyTagClassName
{
color: #1CFCC9;
}
</style>
background-color css
<style>
a { background-color: #1CFCC9; }
a { background-color: rgb(28,252,201); }
div.DivClassName
{
background-color: #1CFCC9;
}
.BgClassName
{
background-color: #1CFCC9;
}
</style>
border-color css
<style>
span { border-color: #1CFCC9; }
span { border-color: rgb(28,252,201); }
td.TdClassName
{
border-color: #1CFCC9;
}
.TagClassName
{
border-color: #1CFCC9;
}
</style>