Shades of Bright Turquoise #1CE9BA
Tints of Bright Turquoise #1CE9BA
RGB
CMYK
RGB Variations
Color information
#1CE9BA (or 0x1CE9BA) is known color: Bright Turquoise. HEX triplet: 1C, E9 and BA. RGB value is (28,233,186). Sum of RGB (Red+Green+Blue) = 28+233+186=447 (59% of max value = 765). Red value is 28 (11.33% from 255 or 6.26% from 447); Green value is 233 (91.41% from 255 or 52.13% from 447); Blue value is 186 (73.05% from 255 or 41.61% from 447); Max value from RGB is 233 - color contains mainly: green. Hex color #1CE9BA is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #1CE9BA is #E31645. Grayscale: #A6A6A6. Windows color (decimal): -14882374 or 12249372. OLE color: 12249372.
HSL color Cylindrical-coordinate representation of color #1CE9BA: hue angle of 166.24º 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 #1CE9BA is Cyan = 0.88, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 28 | 233 | 186 | - |
| CMYK | 0.88 | 0 | 0.20 | 0.09 |
| HSL | 166.24º | 0.82% | 0.51% | - |
| HSV(B) | 166.24º | 0.88% | 0.91% | - |
| XYZ | 38.48 | 62.07 | 56.41 | - |
| YUV | 166.35 | 139.08 | 29.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 233 | 186 | 0.88 | 0 | 0.20 | 0.09 | 166.24 | 0.82 | 0.51 |
| Hex | 1C | E9 | BA | 58 | 0 | 14 | 9 | A6 | 52 | 33 |
| Octal | 34 | 351 | 272 | 130 | 0 | 24 | 11 | 246 | 122 | 63 |
| Binary | 11100 | 11101001 | 10111010 | 1011000 | 0 | 10100 | 1001 | 10100110 | 1010010 | 110011 |
Color Harmonies of #1CE9BA
Complementary color
Monochromatic Colors of #1CE9BA
Black with #1CE9BA
Text Example
Text Example
White with #1CE9BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1CE9BA; }
p { color: rgb(28,233,186); }
H1.HeaderClassName
{
color: #1CE9BA;
}
.AnyTagClassName
{
color: #1CE9BA;
}
</style>
background-color css
<style>
a { background-color: #1CE9BA; }
a { background-color: rgb(28,233,186); }
div.DivClassName
{
background-color: #1CE9BA;
}
.BgClassName
{
background-color: #1CE9BA;
}
</style>
border-color css
<style>
span { border-color: #1CE9BA; }
span { border-color: rgb(28,233,186); }
td.TdClassName
{
border-color: #1CE9BA;
}
.TagClassName
{
border-color: #1CE9BA;
}
</style>