Shades of Bright Turquoise #1CEFC0
Tints of Bright Turquoise #1CEFC0
RGB
CMYK
RGB Variations
Color information
#1CEFC0 (or 0x1CEFC0) is known color: Bright Turquoise. HEX triplet: 1C, EF and C0. RGB value is (28,239,192). Sum of RGB (Red+Green+Blue) = 28+239+192=459 (60% of max value = 765). Red value is 28 (11.33% from 255 or 6.10% from 459); Green value is 239 (93.75% from 255 or 52.07% from 459); Blue value is 192 (75.39% from 255 or 41.83% from 459); Max value from RGB is 239 - color contains mainly: green. Hex color #1CEFC0 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #1CEFC0 is #E3103F. Grayscale: #AAAAAA. Windows color (decimal): -14880832 or 12644124. OLE color: 12644124.
HSL color Cylindrical-coordinate representation of color #1CEFC0: hue angle of 166.64º 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 #1CEFC0 is Cyan = 0.88, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 28 | 239 | 192 | - |
| CMYK | 0.88 | 0 | 0.20 | 0.06 |
| HSL | 166.64º | 0.87% | 0.52% | - |
| HSV(B) | 166.64º | 0.88% | 0.94% | - |
| XYZ | 40.86 | 65.79 | 60.41 | - |
| YUV | 170.55 | 140.1 | 26.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 239 | 192 | 0.88 | 0 | 0.20 | 0.06 | 166.64 | 0.87 | 0.52 |
| Hex | 1C | EF | C0 | 58 | 0 | 14 | 6 | A7 | 57 | 34 |
| Octal | 34 | 357 | 300 | 130 | 0 | 24 | 6 | 247 | 127 | 64 |
| Binary | 11100 | 11101111 | 11000000 | 1011000 | 0 | 10100 | 110 | 10100111 | 1010111 | 110100 |
Color Harmonies of #1CEFC0
Complementary color
Monochromatic Colors of #1CEFC0
Black with #1CEFC0
Text Example
Text Example
White with #1CEFC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1CEFC0; }
p { color: rgb(28,239,192); }
H1.HeaderClassName
{
color: #1CEFC0;
}
.AnyTagClassName
{
color: #1CEFC0;
}
</style>
background-color css
<style>
a { background-color: #1CEFC0; }
a { background-color: rgb(28,239,192); }
div.DivClassName
{
background-color: #1CEFC0;
}
.BgClassName
{
background-color: #1CEFC0;
}
</style>
border-color css
<style>
span { border-color: #1CEFC0; }
span { border-color: rgb(28,239,192); }
td.TdClassName
{
border-color: #1CEFC0;
}
.TagClassName
{
border-color: #1CEFC0;
}
</style>