Shades of Bright Turquoise #1CE9C2
Tints of Bright Turquoise #1CE9C2
RGB
CMYK
RGB Variations
Color information
#1CE9C2 (or 0x1CE9C2) is known color: Bright Turquoise. HEX triplet: 1C, E9 and C2. RGB value is (28,233,194). Sum of RGB (Red+Green+Blue) = 28+233+194=455 (60% of max value = 765). Red value is 28 (11.33% from 255 or 6.15% from 455); Green value is 233 (91.41% from 255 or 51.21% from 455); Blue value is 194 (76.17% from 255 or 42.64% from 455); Max value from RGB is 233 - color contains mainly: green. Hex color #1CE9C2 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #1CE9C2 is #E3163D. Grayscale: #A7A7A7. Windows color (decimal): -14882366 or 12773660. OLE color: 12773660.
HSL color Cylindrical-coordinate representation of color #1CE9C2: hue angle of 168.59º degrees, saturation: 0.82, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1CE9C2 is Cyan = 0.88, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 28 | 233 | 194 | - |
| CMYK | 0.88 | 0 | 0.17 | 0.09 |
| HSL | 168.59º | 0.82% | 0.51% | - |
| HSV(B) | 168.59º | 0.88% | 0.91% | - |
| XYZ | 39.36 | 62.42 | 61.01 | - |
| YUV | 167.26 | 143.08 | 28.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 233 | 194 | 0.88 | 0 | 0.17 | 0.09 | 168.59 | 0.82 | 0.51 |
| Hex | 1C | E9 | C2 | 58 | 0 | 11 | 9 | A9 | 52 | 33 |
| Octal | 34 | 351 | 302 | 130 | 0 | 21 | 11 | 251 | 122 | 63 |
| Binary | 11100 | 11101001 | 11000010 | 1011000 | 0 | 10001 | 1001 | 10101001 | 1010010 | 110011 |
Color Harmonies of #1CE9C2
Complementary color
Monochromatic Colors of #1CE9C2
Black with #1CE9C2
Text Example
Text Example
White with #1CE9C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1CE9C2; }
p { color: rgb(28,233,194); }
H1.HeaderClassName
{
color: #1CE9C2;
}
.AnyTagClassName
{
color: #1CE9C2;
}
</style>
background-color css
<style>
a { background-color: #1CE9C2; }
a { background-color: rgb(28,233,194); }
div.DivClassName
{
background-color: #1CE9C2;
}
.BgClassName
{
background-color: #1CE9C2;
}
</style>
border-color css
<style>
span { border-color: #1CE9C2; }
span { border-color: rgb(28,233,194); }
td.TdClassName
{
border-color: #1CE9C2;
}
.TagClassName
{
border-color: #1CE9C2;
}
</style>