Shades of Bright Turquoise #1CF9C4
Tints of Bright Turquoise #1CF9C4
RGB
CMYK
RGB Variations
Color information
#1CF9C4 (or 0x1CF9C4) is known color: Bright Turquoise. HEX triplet: 1C, F9 and C4. RGB value is (28,249,196). Sum of RGB (Red+Green+Blue) = 28+249+196=473 (62% of max value = 765). Red value is 28 (11.33% from 255 or 5.92% from 473); Green value is 249 (97.66% from 255 or 52.64% from 473); Blue value is 196 (76.95% from 255 or 41.44% from 473); Max value from RGB is 249 - color contains mainly: green. Hex color #1CF9C4 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #1CF9C4 is #E3063B. Grayscale: #B0B0B0. Windows color (decimal): -14878268 or 12908828. OLE color: 12908828.
HSL color Cylindrical-coordinate representation of color #1CF9C4: hue angle of 165.61º 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 #1CF9C4 is Cyan = 0.89, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 28 | 249 | 196 | - |
| CMYK | 0.89 | 0 | 0.21 | 0.02 |
| HSL | 165.61º | 0.95% | 0.54% | - |
| HSV(B) | 165.61º | 0.89% | 0.98% | - |
| XYZ | 44.32 | 71.98 | 63.78 | - |
| YUV | 176.88 | 138.78 | 21.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 249 | 196 | 0.89 | 0 | 0.21 | 0.02 | 165.61 | 0.95 | 0.54 |
| Hex | 1C | F9 | C4 | 59 | 0 | 15 | 2 | A6 | 5F | 36 |
| Octal | 34 | 371 | 304 | 131 | 0 | 25 | 2 | 246 | 137 | 66 |
| Binary | 11100 | 11111001 | 11000100 | 1011001 | 0 | 10101 | 10 | 10100110 | 1011111 | 110110 |
Color Harmonies of #1CF9C4
Complementary color
Monochromatic Colors of #1CF9C4
Black with #1CF9C4
Text Example
Text Example
White with #1CF9C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1CF9C4; }
p { color: rgb(28,249,196); }
H1.HeaderClassName
{
color: #1CF9C4;
}
.AnyTagClassName
{
color: #1CF9C4;
}
</style>
background-color css
<style>
a { background-color: #1CF9C4; }
a { background-color: rgb(28,249,196); }
div.DivClassName
{
background-color: #1CF9C4;
}
.BgClassName
{
background-color: #1CF9C4;
}
</style>
border-color css
<style>
span { border-color: #1CF9C4; }
span { border-color: rgb(28,249,196); }
td.TdClassName
{
border-color: #1CF9C4;
}
.TagClassName
{
border-color: #1CF9C4;
}
</style>