Shades of Bright Turquoise #1CECC3
Tints of Bright Turquoise #1CECC3
RGB
CMYK
RGB Variations
Color information
#1CECC3 (or 0x1CECC3) is known color: Bright Turquoise. HEX triplet: 1C, EC and C3. RGB value is (28,236,195). Sum of RGB (Red+Green+Blue) = 28+236+195=459 (60% of max value = 765). Red value is 28 (11.33% from 255 or 6.10% from 459); Green value is 236 (92.58% from 255 or 51.42% from 459); Blue value is 195 (76.56% from 255 or 42.48% from 459); Max value from RGB is 236 - color contains mainly: green. Hex color #1CECC3 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #1CECC3 is #E3133C. Grayscale: #A9A9A9. Windows color (decimal): -14881597 or 12839964. OLE color: 12839964.
HSL color Cylindrical-coordinate representation of color #1CECC3: hue angle of 168.17º degrees, saturation: 0.85, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1CECC3 is Cyan = 0.88, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 28 | 236 | 195 | - |
| CMYK | 0.88 | 0 | 0.17 | 0.07 |
| HSL | 168.17º | 0.85% | 0.52% | - |
| HSV(B) | 168.17º | 0.88% | 0.93% | - |
| XYZ | 40.32 | 64.18 | 61.89 | - |
| YUV | 169.13 | 142.59 | 27.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 236 | 195 | 0.88 | 0 | 0.17 | 0.07 | 168.17 | 0.85 | 0.52 |
| Hex | 1C | EC | C3 | 58 | 0 | 11 | 7 | A8 | 55 | 34 |
| Octal | 34 | 354 | 303 | 130 | 0 | 21 | 7 | 250 | 125 | 64 |
| Binary | 11100 | 11101100 | 11000011 | 1011000 | 0 | 10001 | 111 | 10101000 | 1010101 | 110100 |
Color Harmonies of #1CECC3
Complementary color
Monochromatic Colors of #1CECC3
Black with #1CECC3
Text Example
Text Example
White with #1CECC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1CECC3; }
p { color: rgb(28,236,195); }
H1.HeaderClassName
{
color: #1CECC3;
}
.AnyTagClassName
{
color: #1CECC3;
}
</style>
background-color css
<style>
a { background-color: #1CECC3; }
a { background-color: rgb(28,236,195); }
div.DivClassName
{
background-color: #1CECC3;
}
.BgClassName
{
background-color: #1CECC3;
}
</style>
border-color css
<style>
span { border-color: #1CECC3; }
span { border-color: rgb(28,236,195); }
td.TdClassName
{
border-color: #1CECC3;
}
.TagClassName
{
border-color: #1CECC3;
}
</style>