Shades of Bright Turquoise #1CECED
Tints of Bright Turquoise #1CECED
RGB
CMYK
RGB Variations
Color information
#1CECED (or 0x1CECED) is known color: Bright Turquoise. HEX triplet: 1C, EC and ED. RGB value is (28,236,237). Sum of RGB (Red+Green+Blue) = 28+236+237=501 (66% of max value = 765). Red value is 28 (11.33% from 255 or 5.59% from 501); Green value is 236 (92.58% from 255 or 47.11% from 501); Blue value is 237 (92.97% from 255 or 47.31% from 501); Max value from RGB is 237 - color contains mainly: blue. Hex color #1CECED is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #1CECED is #E31312. Grayscale: #ADADAD. Windows color (decimal): -14881555 or 15592476. OLE color: 15592476.
HSL color Cylindrical-coordinate representation of color #1CECED: hue angle of 180.29º 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 #1CECED is Cyan = 0.88, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 28 | 236 | 237 | - |
| CMYK | 0.88 | 0.00 | 0 | 0.07 |
| HSL | 180.29º | 0.85% | 0.52% | - |
| HSV(B) | 180.29º | 0.88% | 0.93% | - |
| XYZ | 45.76 | 66.35 | 90.52 | - |
| YUV | 173.92 | 163.59 | 23.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 236 | 237 | 0.88 | 0.00 | 0 | 0.07 | 180.29 | 0.85 | 0.52 |
| Hex | 1C | EC | ED | 58 | 0 | 0 | 7 | B4 | 55 | 34 |
| Octal | 34 | 354 | 355 | 130 | 0 | 0 | 7 | 264 | 125 | 64 |
| Binary | 11100 | 11101100 | 11101101 | 1011000 | 0 | 0 | 111 | 10110100 | 1010101 | 110100 |
Color Harmonies of #1CECED
Complementary color
Monochromatic Colors of #1CECED
Black with #1CECED
Text Example
Text Example
White with #1CECED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1CECED; }
p { color: rgb(28,236,237); }
H1.HeaderClassName
{
color: #1CECED;
}
.AnyTagClassName
{
color: #1CECED;
}
</style>
background-color css
<style>
a { background-color: #1CECED; }
a { background-color: rgb(28,236,237); }
div.DivClassName
{
background-color: #1CECED;
}
.BgClassName
{
background-color: #1CECED;
}
</style>
border-color css
<style>
span { border-color: #1CECED; }
span { border-color: rgb(28,236,237); }
td.TdClassName
{
border-color: #1CECED;
}
.TagClassName
{
border-color: #1CECED;
}
</style>