Shades of Bright Turquoise #1AECCB
Tints of Bright Turquoise #1AECCB
RGB
CMYK
RGB Variations
Color information
#1AECCB (or 0x1AECCB) is known color: Bright Turquoise. HEX triplet: 1A, EC and CB. RGB value is (26,236,203). Sum of RGB (Red+Green+Blue) = 26+236+203=465 (61% of max value = 765). Red value is 26 (10.55% from 255 or 5.59% from 465); Green value is 236 (92.58% from 255 or 50.75% from 465); Blue value is 203 (79.69% from 255 or 43.66% from 465); Max value from RGB is 236 - color contains mainly: green. Hex color #1AECCB is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #1AECCB is #E51334. Grayscale: #A9A9A9. Windows color (decimal): -15012661 or 13364250. OLE color: 13364250.
HSL color Cylindrical-coordinate representation of color #1AECCB: hue angle of 170.57º degrees, saturation: 0.85, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1AECCB is Cyan = 0.89, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 26 | 236 | 203 | - |
| CMYK | 0.89 | 0 | 0.14 | 0.07 |
| HSL | 170.57º | 0.85% | 0.51% | - |
| HSV(B) | 170.57º | 0.89% | 0.93% | - |
| XYZ | 41.2 | 64.52 | 66.78 | - |
| YUV | 169.45 | 146.93 | 25.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 236 | 203 | 0.89 | 0 | 0.14 | 0.07 | 170.57 | 0.85 | 0.51 |
| Hex | 1A | EC | CB | 59 | 0 | E | 7 | AB | 55 | 33 |
| Octal | 32 | 354 | 313 | 131 | 0 | 16 | 7 | 253 | 125 | 63 |
| Binary | 11010 | 11101100 | 11001011 | 1011001 | 0 | 1110 | 111 | 10101011 | 1010101 | 110011 |
Color Harmonies of #1AECCB
Complementary color
Monochromatic Colors of #1AECCB
Black with #1AECCB
Text Example
Text Example
White with #1AECCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1AECCB; }
p { color: rgb(26,236,203); }
H1.HeaderClassName
{
color: #1AECCB;
}
.AnyTagClassName
{
color: #1AECCB;
}
</style>
background-color css
<style>
a { background-color: #1AECCB; }
a { background-color: rgb(26,236,203); }
div.DivClassName
{
background-color: #1AECCB;
}
.BgClassName
{
background-color: #1AECCB;
}
</style>
border-color css
<style>
span { border-color: #1AECCB; }
span { border-color: rgb(26,236,203); }
td.TdClassName
{
border-color: #1AECCB;
}
.TagClassName
{
border-color: #1AECCB;
}
</style>