Shades of Bright Turquoise #1CEABA
Tints of Bright Turquoise #1CEABA
RGB
CMYK
RGB Variations
Color information
#1CEABA (or 0x1CEABA) is known color: Bright Turquoise. HEX triplet: 1C, EA and BA. RGB value is (28,234,186). Sum of RGB (Red+Green+Blue) = 28+234+186=448 (59% of max value = 765). Red value is 28 (11.33% from 255 or 6.25% from 448); Green value is 234 (91.80% from 255 or 52.23% from 448); Blue value is 186 (73.05% from 255 or 41.52% from 448); Max value from RGB is 234 - color contains mainly: green. Hex color #1CEABA is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #1CEABA is #E31545. Grayscale: #A6A6A6. Windows color (decimal): -14882118 or 12249628. OLE color: 12249628.
HSL color Cylindrical-coordinate representation of color #1CEABA: hue angle of 166.02º 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 #1CEABA is Cyan = 0.88, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 28 | 234 | 186 | - |
| CMYK | 0.88 | 0 | 0.21 | 0.08 |
| HSL | 166.02º | 0.83% | 0.51% | - |
| HSV(B) | 166.02º | 0.88% | 0.92% | - |
| XYZ | 38.76 | 62.64 | 56.5 | - |
| YUV | 166.93 | 138.75 | 28.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 234 | 186 | 0.88 | 0 | 0.21 | 0.08 | 166.02 | 0.83 | 0.51 |
| Hex | 1C | EA | BA | 58 | 0 | 15 | 8 | A6 | 53 | 33 |
| Octal | 34 | 352 | 272 | 130 | 0 | 25 | 10 | 246 | 123 | 63 |
| Binary | 11100 | 11101010 | 10111010 | 1011000 | 0 | 10101 | 1000 | 10100110 | 1010011 | 110011 |
Color Harmonies of #1CEABA
Complementary color
Monochromatic Colors of #1CEABA
Black with #1CEABA
Text Example
Text Example
White with #1CEABA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1CEABA; }
p { color: rgb(28,234,186); }
H1.HeaderClassName
{
color: #1CEABA;
}
.AnyTagClassName
{
color: #1CEABA;
}
</style>
background-color css
<style>
a { background-color: #1CEABA; }
a { background-color: rgb(28,234,186); }
div.DivClassName
{
background-color: #1CEABA;
}
.BgClassName
{
background-color: #1CEABA;
}
</style>
border-color css
<style>
span { border-color: #1CEABA; }
span { border-color: rgb(28,234,186); }
td.TdClassName
{
border-color: #1CEABA;
}
.TagClassName
{
border-color: #1CEABA;
}
</style>