Shades of Bright Turquoise #1CFCC8
Tints of Bright Turquoise #1CFCC8
RGB
CMYK
RGB Variations
Color information
#1CFCC8 (or 0x1CFCC8) is known color: Bright Turquoise. HEX triplet: 1C, FC and C8. RGB value is (28,252,200). Sum of RGB (Red+Green+Blue) = 28+252+200=480 (63% of max value = 765). Red value is 28 (11.33% from 255 or 5.83% from 480); Green value is 252 (98.83% from 255 or 52.5% from 480); Blue value is 200 (78.52% from 255 or 41.67% from 480); Max value from RGB is 252 - color contains mainly: green. Hex color #1CFCC8 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #1CFCC8 is #E30337. Grayscale: #B3B3B3. Windows color (decimal): -14877496 or 13171740. OLE color: 13171740.
HSL color Cylindrical-coordinate representation of color #1CFCC8: hue angle of 166.07º 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 #1CFCC8 is Cyan = 0.89, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 28 | 252 | 200 | - |
| CMYK | 0.89 | 0 | 0.21 | 0.01 |
| HSL | 166.07º | 0.97% | 0.55% | - |
| HSV(B) | 166.07º | 0.89% | 0.99% | - |
| XYZ | 45.71 | 74.04 | 66.52 | - |
| YUV | 179.1 | 139.79 | 20.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 252 | 200 | 0.89 | 0 | 0.21 | 0.01 | 166.07 | 0.97 | 0.55 |
| Hex | 1C | FC | C8 | 59 | 0 | 15 | 1 | A6 | 61 | 37 |
| Octal | 34 | 374 | 310 | 131 | 0 | 25 | 1 | 246 | 141 | 67 |
| Binary | 11100 | 11111100 | 11001000 | 1011001 | 0 | 10101 | 1 | 10100110 | 1100001 | 110111 |
Color Harmonies of #1CFCC8
Complementary color
Monochromatic Colors of #1CFCC8
Black with #1CFCC8
Text Example
Text Example
White with #1CFCC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1CFCC8; }
p { color: rgb(28,252,200); }
H1.HeaderClassName
{
color: #1CFCC8;
}
.AnyTagClassName
{
color: #1CFCC8;
}
</style>
background-color css
<style>
a { background-color: #1CFCC8; }
a { background-color: rgb(28,252,200); }
div.DivClassName
{
background-color: #1CFCC8;
}
.BgClassName
{
background-color: #1CFCC8;
}
</style>
border-color css
<style>
span { border-color: #1CFCC8; }
span { border-color: rgb(28,252,200); }
td.TdClassName
{
border-color: #1CFCC8;
}
.TagClassName
{
border-color: #1CFCC8;
}
</style>