Shades of Bright Turquoise #1CECDB
Tints of Bright Turquoise #1CECDB
RGB
CMYK
RGB Variations
Color information
#1CECDB (or 0x1CECDB) is known color: Bright Turquoise. HEX triplet: 1C, EC and DB. RGB value is (28,236,219). Sum of RGB (Red+Green+Blue) = 28+236+219=483 (63% of max value = 765). Red value is 28 (11.33% from 255 or 5.80% from 483); Green value is 236 (92.58% from 255 or 48.86% from 483); Blue value is 219 (85.94% from 255 or 45.34% from 483); Max value from RGB is 236 - color contains mainly: green. Hex color #1CECDB is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #1CECDB is #E31324. Grayscale: #ABABAB. Windows color (decimal): -14881573 or 14412828. OLE color: 14412828.
HSL color Cylindrical-coordinate representation of color #1CECDB: hue angle of 175.1º 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 #1CECDB is Cyan = 0.88, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 28 | 236 | 219 | - |
| CMYK | 0.88 | 0 | 0.07 | 0.07 |
| HSL | 175.1º | 0.85% | 0.52% | - |
| HSV(B) | 175.1º | 0.88% | 0.93% | - |
| XYZ | 43.26 | 65.35 | 77.35 | - |
| YUV | 171.87 | 154.59 | 25.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 236 | 219 | 0.88 | 0 | 0.07 | 0.07 | 175.1 | 0.85 | 0.52 |
| Hex | 1C | EC | DB | 58 | 0 | 7 | 7 | AF | 55 | 34 |
| Octal | 34 | 354 | 333 | 130 | 0 | 7 | 7 | 257 | 125 | 64 |
| Binary | 11100 | 11101100 | 11011011 | 1011000 | 0 | 111 | 111 | 10101111 | 1010101 | 110100 |
Color Harmonies of #1CECDB
Complementary color
Monochromatic Colors of #1CECDB
Black with #1CECDB
Text Example
Text Example
White with #1CECDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1CECDB; }
p { color: rgb(28,236,219); }
H1.HeaderClassName
{
color: #1CECDB;
}
.AnyTagClassName
{
color: #1CECDB;
}
</style>
background-color css
<style>
a { background-color: #1CECDB; }
a { background-color: rgb(28,236,219); }
div.DivClassName
{
background-color: #1CECDB;
}
.BgClassName
{
background-color: #1CECDB;
}
</style>
border-color css
<style>
span { border-color: #1CECDB; }
span { border-color: rgb(28,236,219); }
td.TdClassName
{
border-color: #1CECDB;
}
.TagClassName
{
border-color: #1CECDB;
}
</style>