Shades of Bright Turquoise #1CECBA
Tints of Bright Turquoise #1CECBA
RGB
CMYK
RGB Variations
Color information
#1CECBA (or 0x1CECBA) is known color: Bright Turquoise. HEX triplet: 1C, EC and BA. RGB value is (28,236,186). Sum of RGB (Red+Green+Blue) = 28+236+186=450 (59% of max value = 765). Red value is 28 (11.33% from 255 or 6.22% from 450); Green value is 236 (92.58% from 255 or 52.44% from 450); Blue value is 186 (73.05% from 255 or 41.33% from 450); Max value from RGB is 236 - color contains mainly: green. Hex color #1CECBA is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #1CECBA is #E31345. Grayscale: #A8A8A8. Windows color (decimal): -14881606 or 12250140. OLE color: 12250140.
HSL color Cylindrical-coordinate representation of color #1CECBA: hue angle of 165.58º 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 #1CECBA is Cyan = 0.88, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 28 | 236 | 186 | - |
| CMYK | 0.88 | 0 | 0.21 | 0.07 |
| HSL | 165.58º | 0.85% | 0.52% | - |
| HSV(B) | 165.58º | 0.88% | 0.93% | - |
| XYZ | 39.34 | 63.78 | 56.69 | - |
| YUV | 168.11 | 138.09 | 28.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 236 | 186 | 0.88 | 0 | 0.21 | 0.07 | 165.58 | 0.85 | 0.52 |
| Hex | 1C | EC | BA | 58 | 0 | 15 | 7 | A6 | 55 | 34 |
| Octal | 34 | 354 | 272 | 130 | 0 | 25 | 7 | 246 | 125 | 64 |
| Binary | 11100 | 11101100 | 10111010 | 1011000 | 0 | 10101 | 111 | 10100110 | 1010101 | 110100 |
Color Harmonies of #1CECBA
Complementary color
Monochromatic Colors of #1CECBA
Black with #1CECBA
Text Example
Text Example
White with #1CECBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1CECBA; }
p { color: rgb(28,236,186); }
H1.HeaderClassName
{
color: #1CECBA;
}
.AnyTagClassName
{
color: #1CECBA;
}
</style>
background-color css
<style>
a { background-color: #1CECBA; }
a { background-color: rgb(28,236,186); }
div.DivClassName
{
background-color: #1CECBA;
}
.BgClassName
{
background-color: #1CECBA;
}
</style>
border-color css
<style>
span { border-color: #1CECBA; }
span { border-color: rgb(28,236,186); }
td.TdClassName
{
border-color: #1CECBA;
}
.TagClassName
{
border-color: #1CECBA;
}
</style>