Shades of Bright Turquoise #1CEBC4
Tints of Bright Turquoise #1CEBC4
RGB
CMYK
RGB Variations
Color information
#1CEBC4 (or 0x1CEBC4) is known color: Bright Turquoise. HEX triplet: 1C, EB and C4. RGB value is (28,235,196). Sum of RGB (Red+Green+Blue) = 28+235+196=459 (60% of max value = 765). Red value is 28 (11.33% from 255 or 6.10% from 459); Green value is 235 (92.19% from 255 or 51.20% from 459); Blue value is 196 (76.95% from 255 or 42.70% from 459); Max value from RGB is 235 - color contains mainly: green. Hex color #1CEBC4 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #1CEBC4 is #E3143B. Grayscale: #A8A8A8. Windows color (decimal): -14881852 or 12905244. OLE color: 12905244.
HSL color Cylindrical-coordinate representation of color #1CEBC4: hue angle of 168.7º degrees, saturation: 0.84, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1CEBC4 is Cyan = 0.88, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 28 | 235 | 196 | - |
| CMYK | 0.88 | 0 | 0.17 | 0.08 |
| HSL | 168.7º | 0.84% | 0.52% | - |
| HSV(B) | 168.7º | 0.88% | 0.92% | - |
| XYZ | 40.15 | 63.65 | 62.39 | - |
| YUV | 168.66 | 143.42 | 27.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 235 | 196 | 0.88 | 0 | 0.17 | 0.08 | 168.7 | 0.84 | 0.52 |
| Hex | 1C | EB | C4 | 58 | 0 | 11 | 8 | A9 | 54 | 34 |
| Octal | 34 | 353 | 304 | 130 | 0 | 21 | 10 | 251 | 124 | 64 |
| Binary | 11100 | 11101011 | 11000100 | 1011000 | 0 | 10001 | 1000 | 10101001 | 1010100 | 110100 |
Color Harmonies of #1CEBC4
Complementary color
Monochromatic Colors of #1CEBC4
Black with #1CEBC4
Text Example
Text Example
White with #1CEBC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1CEBC4; }
p { color: rgb(28,235,196); }
H1.HeaderClassName
{
color: #1CEBC4;
}
.AnyTagClassName
{
color: #1CEBC4;
}
</style>
background-color css
<style>
a { background-color: #1CEBC4; }
a { background-color: rgb(28,235,196); }
div.DivClassName
{
background-color: #1CEBC4;
}
.BgClassName
{
background-color: #1CEBC4;
}
</style>
border-color css
<style>
span { border-color: #1CEBC4; }
span { border-color: rgb(28,235,196); }
td.TdClassName
{
border-color: #1CEBC4;
}
.TagClassName
{
border-color: #1CEBC4;
}
</style>