Shades of Bright Turquoise #1CEFBC
Tints of Bright Turquoise #1CEFBC
RGB
CMYK
RGB Variations
Color information
#1CEFBC (or 0x1CEFBC) is known color: Bright Turquoise. HEX triplet: 1C, EF and BC. RGB value is (28,239,188). Sum of RGB (Red+Green+Blue) = 28+239+188=455 (60% of max value = 765). Red value is 28 (11.33% from 255 or 6.15% from 455); Green value is 239 (93.75% from 255 or 52.53% from 455); Blue value is 188 (73.83% from 255 or 41.32% from 455); Max value from RGB is 239 - color contains mainly: green. Hex color #1CEFBC is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #1CEFBC is #E31043. Grayscale: #AAAAAA. Windows color (decimal): -14880836 or 12381980. OLE color: 12381980.
HSL color Cylindrical-coordinate representation of color #1CEFBC: hue angle of 165.5º degrees, saturation: 0.87, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1CEFBC is Cyan = 0.88, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 28 | 239 | 188 | - |
| CMYK | 0.88 | 0 | 0.21 | 0.06 |
| HSL | 165.5º | 0.87% | 0.52% | - |
| HSV(B) | 165.5º | 0.88% | 0.94% | - |
| XYZ | 40.42 | 65.61 | 58.11 | - |
| YUV | 170.1 | 138.1 | 26.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 239 | 188 | 0.88 | 0 | 0.21 | 0.06 | 165.5 | 0.87 | 0.52 |
| Hex | 1C | EF | BC | 58 | 0 | 15 | 6 | A5 | 57 | 34 |
| Octal | 34 | 357 | 274 | 130 | 0 | 25 | 6 | 245 | 127 | 64 |
| Binary | 11100 | 11101111 | 10111100 | 1011000 | 0 | 10101 | 110 | 10100101 | 1010111 | 110100 |
Color Harmonies of #1CEFBC
Complementary color
Monochromatic Colors of #1CEFBC
Black with #1CEFBC
Text Example
Text Example
White with #1CEFBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1CEFBC; }
p { color: rgb(28,239,188); }
H1.HeaderClassName
{
color: #1CEFBC;
}
.AnyTagClassName
{
color: #1CEFBC;
}
</style>
background-color css
<style>
a { background-color: #1CEFBC; }
a { background-color: rgb(28,239,188); }
div.DivClassName
{
background-color: #1CEFBC;
}
.BgClassName
{
background-color: #1CEFBC;
}
</style>
border-color css
<style>
span { border-color: #1CEFBC; }
span { border-color: rgb(28,239,188); }
td.TdClassName
{
border-color: #1CEFBC;
}
.TagClassName
{
border-color: #1CEFBC;
}
</style>