Shades of Bright Turquoise #1CEACD
Tints of Bright Turquoise #1CEACD
RGB
CMYK
RGB Variations
Color information
#1CEACD (or 0x1CEACD) is known color: Bright Turquoise. HEX triplet: 1C, EA and CD. RGB value is (28,234,205). Sum of RGB (Red+Green+Blue) = 28+234+205=467 (61% of max value = 765). Red value is 28 (11.33% from 255 or 6.00% from 467); Green value is 234 (91.80% from 255 or 50.11% from 467); Blue value is 205 (80.47% from 255 or 43.90% from 467); Max value from RGB is 234 - color contains mainly: green. Hex color #1CEACD is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #1CEACD is #E31532. Grayscale: #A9A9A9. Windows color (decimal): -14882099 or 13494812. OLE color: 13494812.
HSL color Cylindrical-coordinate representation of color #1CEACD: hue angle of 171.55º degrees, saturation: 0.83, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1CEACD is Cyan = 0.88, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 28 | 234 | 205 | - |
| CMYK | 0.88 | 0 | 0.12 | 0.08 |
| HSL | 171.55º | 0.83% | 0.51% | - |
| HSV(B) | 171.55º | 0.88% | 0.92% | - |
| XYZ | 40.92 | 63.5 | 67.86 | - |
| YUV | 169.1 | 148.25 | 27.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 234 | 205 | 0.88 | 0 | 0.12 | 0.08 | 171.55 | 0.83 | 0.51 |
| Hex | 1C | EA | CD | 58 | 0 | C | 8 | AC | 53 | 33 |
| Octal | 34 | 352 | 315 | 130 | 0 | 14 | 10 | 254 | 123 | 63 |
| Binary | 11100 | 11101010 | 11001101 | 1011000 | 0 | 1100 | 1000 | 10101100 | 1010011 | 110011 |
Color Harmonies of #1CEACD
Complementary color
Monochromatic Colors of #1CEACD
Black with #1CEACD
Text Example
Text Example
White with #1CEACD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1CEACD; }
p { color: rgb(28,234,205); }
H1.HeaderClassName
{
color: #1CEACD;
}
.AnyTagClassName
{
color: #1CEACD;
}
</style>
background-color css
<style>
a { background-color: #1CEACD; }
a { background-color: rgb(28,234,205); }
div.DivClassName
{
background-color: #1CEACD;
}
.BgClassName
{
background-color: #1CEACD;
}
</style>
border-color css
<style>
span { border-color: #1CEACD; }
span { border-color: rgb(28,234,205); }
td.TdClassName
{
border-color: #1CEACD;
}
.TagClassName
{
border-color: #1CEACD;
}
</style>