Shades of Bright Turquoise #1ACEEA
Tints of Bright Turquoise #1ACEEA
RGB
CMYK
RGB Variations
Color information
#1ACEEA (or 0x1ACEEA) is known color: Bright Turquoise. HEX triplet: 1A, CE and EA. RGB value is (26,206,234). Sum of RGB (Red+Green+Blue) = 26+206+234=466 (61% of max value = 765). Red value is 26 (10.55% from 255 or 5.58% from 466); Green value is 206 (80.86% from 255 or 44.21% from 466); Blue value is 234 (91.80% from 255 or 50.21% from 466); Max value from RGB is 234 - color contains mainly: blue. Hex color #1ACEEA is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #1ACEEA is #E53115. Grayscale: #9B9B9B. Windows color (decimal): -15020310 or 15388186. OLE color: 15388186.
HSL color Cylindrical-coordinate representation of color #1ACEEA: hue angle of 188.08º degrees, saturation: 0.83, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1ACEEA is Cyan = 0.89, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 26 | 206 | 234 | - |
| CMYK | 0.89 | 0.12 | 0 | 0.08 |
| HSL | 188.08º | 0.83% | 0.51% | - |
| HSV(B) | 188.08º | 0.89% | 0.92% | - |
| XYZ | 37.35 | 50.3 | 85.58 | - |
| YUV | 155.37 | 172.37 | 35.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 206 | 234 | 0.89 | 0.12 | 0 | 0.08 | 188.08 | 0.83 | 0.51 |
| Hex | 1A | CE | EA | 59 | C | 0 | 8 | BC | 53 | 33 |
| Octal | 32 | 316 | 352 | 131 | 14 | 0 | 10 | 274 | 123 | 63 |
| Binary | 11010 | 11001110 | 11101010 | 1011001 | 1100 | 0 | 1000 | 10111100 | 1010011 | 110011 |
Color Harmonies of #1ACEEA
Complementary color
Monochromatic Colors of #1ACEEA
Black with #1ACEEA
Text Example
Text Example
White with #1ACEEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1ACEEA; }
p { color: rgb(26,206,234); }
H1.HeaderClassName
{
color: #1ACEEA;
}
.AnyTagClassName
{
color: #1ACEEA;
}
</style>
background-color css
<style>
a { background-color: #1ACEEA; }
a { background-color: rgb(26,206,234); }
div.DivClassName
{
background-color: #1ACEEA;
}
.BgClassName
{
background-color: #1ACEEA;
}
</style>
border-color css
<style>
span { border-color: #1ACEEA; }
span { border-color: rgb(26,206,234); }
td.TdClassName
{
border-color: #1ACEEA;
}
.TagClassName
{
border-color: #1ACEEA;
}
</style>