Shades of Bright Turquoise #1CE7BC
Tints of Bright Turquoise #1CE7BC
RGB
CMYK
RGB Variations
Color information
#1CE7BC (or 0x1CE7BC) is known color: Bright Turquoise. HEX triplet: 1C, E7 and BC. RGB value is (28,231,188). Sum of RGB (Red+Green+Blue) = 28+231+188=447 (59% of max value = 765). Red value is 28 (11.33% from 255 or 6.26% from 447); Green value is 231 (90.62% from 255 or 51.68% from 447); Blue value is 188 (73.83% from 255 or 42.06% from 447); Max value from RGB is 231 - color contains mainly: green. Hex color #1CE7BC is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #1CE7BC is #E31843. Grayscale: #A5A5A5. Windows color (decimal): -14882884 or 12379932. OLE color: 12379932.
HSL color Cylindrical-coordinate representation of color #1CE7BC: hue angle of 167.29º degrees, saturation: 0.81, 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 #1CE7BC is Cyan = 0.88, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 28 | 231 | 188 | - |
| CMYK | 0.88 | 0 | 0.19 | 0.09 |
| HSL | 167.29º | 0.81% | 0.51% | - |
| HSV(B) | 167.29º | 0.88% | 0.91% | - |
| XYZ | 38.13 | 61.03 | 57.35 | - |
| YUV | 165.4 | 140.75 | 30 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 231 | 188 | 0.88 | 0 | 0.19 | 0.09 | 167.29 | 0.81 | 0.51 |
| Hex | 1C | E7 | BC | 58 | 0 | 13 | 9 | A7 | 51 | 33 |
| Octal | 34 | 347 | 274 | 130 | 0 | 23 | 11 | 247 | 121 | 63 |
| Binary | 11100 | 11100111 | 10111100 | 1011000 | 0 | 10011 | 1001 | 10100111 | 1010001 | 110011 |
Color Harmonies of #1CE7BC
Complementary color
Monochromatic Colors of #1CE7BC
Black with #1CE7BC
Text Example
Text Example
White with #1CE7BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1CE7BC; }
p { color: rgb(28,231,188); }
H1.HeaderClassName
{
color: #1CE7BC;
}
.AnyTagClassName
{
color: #1CE7BC;
}
</style>
background-color css
<style>
a { background-color: #1CE7BC; }
a { background-color: rgb(28,231,188); }
div.DivClassName
{
background-color: #1CE7BC;
}
.BgClassName
{
background-color: #1CE7BC;
}
</style>
border-color css
<style>
span { border-color: #1CE7BC; }
span { border-color: rgb(28,231,188); }
td.TdClassName
{
border-color: #1CE7BC;
}
.TagClassName
{
border-color: #1CE7BC;
}
</style>