Shades of Bright Turquoise #1CF9EC
Tints of Bright Turquoise #1CF9EC
RGB
CMYK
RGB Variations
Color information
#1CF9EC (or 0x1CF9EC) is known color: Bright Turquoise. HEX triplet: 1C, F9 and EC. RGB value is (28,249,236). Sum of RGB (Red+Green+Blue) = 28+249+236=513 (67% of max value = 765). Red value is 28 (11.33% from 255 or 5.46% from 513); Green value is 249 (97.66% from 255 or 48.54% from 513); Blue value is 236 (92.58% from 255 or 46.00% from 513); Max value from RGB is 249 - color contains mainly: green. Hex color #1CF9EC is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #1CF9EC is #E30613. Grayscale: #B5B5B5. Windows color (decimal): -14878228 or 15530268. OLE color: 15530268.
HSL color Cylindrical-coordinate representation of color #1CF9EC: hue angle of 176.47º degrees, saturation: 0.95, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1CF9EC is Cyan = 0.89, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 28 | 249 | 236 | - |
| CMYK | 0.89 | 0 | 0.05 | 0.02 |
| HSL | 176.47º | 0.95% | 0.54% | - |
| HSV(B) | 176.47º | 0.89% | 0.98% | - |
| XYZ | 49.49 | 74.05 | 91.04 | - |
| YUV | 181.44 | 158.78 | 18.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 249 | 236 | 0.89 | 0 | 0.05 | 0.02 | 176.47 | 0.95 | 0.54 |
| Hex | 1C | F9 | EC | 59 | 0 | 5 | 2 | B0 | 5F | 36 |
| Octal | 34 | 371 | 354 | 131 | 0 | 5 | 2 | 260 | 137 | 66 |
| Binary | 11100 | 11111001 | 11101100 | 1011001 | 0 | 101 | 10 | 10110000 | 1011111 | 110110 |
Color Harmonies of #1CF9EC
Complementary color
Monochromatic Colors of #1CF9EC
Black with #1CF9EC
Text Example
Text Example
White with #1CF9EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1CF9EC; }
p { color: rgb(28,249,236); }
H1.HeaderClassName
{
color: #1CF9EC;
}
.AnyTagClassName
{
color: #1CF9EC;
}
</style>
background-color css
<style>
a { background-color: #1CF9EC; }
a { background-color: rgb(28,249,236); }
div.DivClassName
{
background-color: #1CF9EC;
}
.BgClassName
{
background-color: #1CF9EC;
}
</style>
border-color css
<style>
span { border-color: #1CF9EC; }
span { border-color: rgb(28,249,236); }
td.TdClassName
{
border-color: #1CF9EC;
}
.TagClassName
{
border-color: #1CF9EC;
}
</style>