Shades of Bright Turquoise #1CECB9
Tints of Bright Turquoise #1CECB9
RGB
CMYK
RGB Variations
Color information
#1CECB9 (or 0x1CECB9) is known color: Bright Turquoise. HEX triplet: 1C, EC and B9. RGB value is (28,236,185). Sum of RGB (Red+Green+Blue) = 28+236+185=449 (59% of max value = 765). Red value is 28 (11.33% from 255 or 6.24% from 449); Green value is 236 (92.58% from 255 or 52.56% from 449); Blue value is 185 (72.66% from 255 or 41.20% from 449); Max value from RGB is 236 - color contains mainly: green. Hex color #1CECB9 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #1CECB9 is #E31346. Grayscale: #A7A7A7. Windows color (decimal): -14881607 or 12184604. OLE color: 12184604.
HSL color Cylindrical-coordinate representation of color #1CECB9: hue angle of 165.29º degrees, saturation: 0.85, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1CECB9 is Cyan = 0.88, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 28 | 236 | 185 | - |
| CMYK | 0.88 | 0 | 0.22 | 0.07 |
| HSL | 165.29º | 0.85% | 0.52% | - |
| HSV(B) | 165.29º | 0.88% | 0.93% | - |
| XYZ | 39.23 | 63.74 | 56.13 | - |
| YUV | 167.99 | 137.59 | 28.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 236 | 185 | 0.88 | 0 | 0.22 | 0.07 | 165.29 | 0.85 | 0.52 |
| Hex | 1C | EC | B9 | 58 | 0 | 16 | 7 | A5 | 55 | 34 |
| Octal | 34 | 354 | 271 | 130 | 0 | 26 | 7 | 245 | 125 | 64 |
| Binary | 11100 | 11101100 | 10111001 | 1011000 | 0 | 10110 | 111 | 10100101 | 1010101 | 110100 |
Color Harmonies of #1CECB9
Complementary color
Monochromatic Colors of #1CECB9
Black with #1CECB9
Text Example
Text Example
White with #1CECB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1CECB9; }
p { color: rgb(28,236,185); }
H1.HeaderClassName
{
color: #1CECB9;
}
.AnyTagClassName
{
color: #1CECB9;
}
</style>
background-color css
<style>
a { background-color: #1CECB9; }
a { background-color: rgb(28,236,185); }
div.DivClassName
{
background-color: #1CECB9;
}
.BgClassName
{
background-color: #1CECB9;
}
</style>
border-color css
<style>
span { border-color: #1CECB9; }
span { border-color: rgb(28,236,185); }
td.TdClassName
{
border-color: #1CECB9;
}
.TagClassName
{
border-color: #1CECB9;
}
</style>