Shades of Bright Turquoise #1CF8C6
Tints of Bright Turquoise #1CF8C6
RGB
CMYK
RGB Variations
Color information
#1CF8C6 (or 0x1CF8C6) is known color: Bright Turquoise. HEX triplet: 1C, F8 and C6. RGB value is (28,248,198). Sum of RGB (Red+Green+Blue) = 28+248+198=474 (62% of max value = 765). Red value is 28 (11.33% from 255 or 5.91% from 474); Green value is 248 (97.27% from 255 or 52.32% from 474); Blue value is 198 (77.73% from 255 or 41.77% from 474); Max value from RGB is 248 - color contains mainly: green. Hex color #1CF8C6 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #1CF8C6 is #E30739. Grayscale: #B0B0B0. Windows color (decimal): -14878522 or 13039644. OLE color: 13039644.
HSL color Cylindrical-coordinate representation of color #1CF8C6: hue angle of 166.36º degrees, saturation: 0.94, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1CF8C6 is Cyan = 0.89, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 28 | 248 | 198 | - |
| CMYK | 0.89 | 0 | 0.20 | 0.03 |
| HSL | 166.36º | 0.94% | 0.54% | - |
| HSV(B) | 166.36º | 0.89% | 0.97% | - |
| XYZ | 44.24 | 71.46 | 64.89 | - |
| YUV | 176.52 | 140.11 | 22.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 248 | 198 | 0.89 | 0 | 0.20 | 0.03 | 166.36 | 0.94 | 0.54 |
| Hex | 1C | F8 | C6 | 59 | 0 | 14 | 3 | A6 | 5E | 36 |
| Octal | 34 | 370 | 306 | 131 | 0 | 24 | 3 | 246 | 136 | 66 |
| Binary | 11100 | 11111000 | 11000110 | 1011001 | 0 | 10100 | 11 | 10100110 | 1011110 | 110110 |
Color Harmonies of #1CF8C6
Complementary color
Monochromatic Colors of #1CF8C6
Black with #1CF8C6
Text Example
Text Example
White with #1CF8C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1CF8C6; }
p { color: rgb(28,248,198); }
H1.HeaderClassName
{
color: #1CF8C6;
}
.AnyTagClassName
{
color: #1CF8C6;
}
</style>
background-color css
<style>
a { background-color: #1CF8C6; }
a { background-color: rgb(28,248,198); }
div.DivClassName
{
background-color: #1CF8C6;
}
.BgClassName
{
background-color: #1CF8C6;
}
</style>
border-color css
<style>
span { border-color: #1CF8C6; }
span { border-color: rgb(28,248,198); }
td.TdClassName
{
border-color: #1CF8C6;
}
.TagClassName
{
border-color: #1CF8C6;
}
</style>