Shades of Bright Turquoise #1CEBC5
Tints of Bright Turquoise #1CEBC5
RGB
CMYK
RGB Variations
Color information
#1CEBC5 (or 0x1CEBC5) is known color: Bright Turquoise. HEX triplet: 1C, EB and C5. RGB value is (28,235,197). Sum of RGB (Red+Green+Blue) = 28+235+197=460 (60% of max value = 765). Red value is 28 (11.33% from 255 or 6.09% from 460); Green value is 235 (92.19% from 255 or 51.09% from 460); Blue value is 197 (77.34% from 255 or 42.83% from 460); Max value from RGB is 235 - color contains mainly: green. Hex color #1CEBC5 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #1CEBC5 is #E3143A. Grayscale: #A8A8A8. Windows color (decimal): -14881851 or 12970780. OLE color: 12970780.
HSL color Cylindrical-coordinate representation of color #1CEBC5: hue angle of 168.99º 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 #1CEBC5 is Cyan = 0.88, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 28 | 235 | 197 | - |
| CMYK | 0.88 | 0 | 0.16 | 0.08 |
| HSL | 168.99º | 0.84% | 0.52% | - |
| HSV(B) | 168.99º | 0.88% | 0.92% | - |
| XYZ | 40.27 | 63.69 | 63 | - |
| YUV | 168.78 | 143.92 | 27.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 235 | 197 | 0.88 | 0 | 0.16 | 0.08 | 168.99 | 0.84 | 0.52 |
| Hex | 1C | EB | C5 | 58 | 0 | 10 | 8 | A9 | 54 | 34 |
| Octal | 34 | 353 | 305 | 130 | 0 | 20 | 10 | 251 | 124 | 64 |
| Binary | 11100 | 11101011 | 11000101 | 1011000 | 0 | 10000 | 1000 | 10101001 | 1010100 | 110100 |
Color Harmonies of #1CEBC5
Complementary color
Monochromatic Colors of #1CEBC5
Black with #1CEBC5
Text Example
Text Example
White with #1CEBC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1CEBC5; }
p { color: rgb(28,235,197); }
H1.HeaderClassName
{
color: #1CEBC5;
}
.AnyTagClassName
{
color: #1CEBC5;
}
</style>
background-color css
<style>
a { background-color: #1CEBC5; }
a { background-color: rgb(28,235,197); }
div.DivClassName
{
background-color: #1CEBC5;
}
.BgClassName
{
background-color: #1CEBC5;
}
</style>
border-color css
<style>
span { border-color: #1CEBC5; }
span { border-color: rgb(28,235,197); }
td.TdClassName
{
border-color: #1CEBC5;
}
.TagClassName
{
border-color: #1CEBC5;
}
</style>