Shades of Bright Turquoise #1AECF2
Tints of Bright Turquoise #1AECF2
RGB
CMYK
RGB Variations
Color information
#1AECF2 (or 0x1AECF2) is known color: Bright Turquoise. HEX triplet: 1A, EC and F2. RGB value is (26,236,242). Sum of RGB (Red+Green+Blue) = 26+236+242=504 (66% of max value = 765). Red value is 26 (10.55% from 255 or 5.16% from 504); Green value is 236 (92.58% from 255 or 46.83% from 504); Blue value is 242 (94.92% from 255 or 48.02% from 504); Max value from RGB is 242 - color contains mainly: blue. Hex color #1AECF2 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #1AECF2 is #E5130D. Grayscale: #ADADAD. Windows color (decimal): -15012622 or 15920154. OLE color: 15920154.
HSL color Cylindrical-coordinate representation of color #1AECF2: hue angle of 181.67º degrees, saturation: 0.89, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1AECF2 is Cyan = 0.89, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 26 | 236 | 242 | - |
| CMYK | 0.89 | 0.02 | 0 | 0.05 |
| HSL | 181.67º | 0.89% | 0.53% | - |
| HSV(B) | 181.67º | 0.89% | 0.95% | - |
| XYZ | 46.45 | 66.62 | 94.42 | - |
| YUV | 173.89 | 166.43 | 22.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 236 | 242 | 0.89 | 0.02 | 0 | 0.05 | 181.67 | 0.89 | 0.53 |
| Hex | 1A | EC | F2 | 59 | 2 | 0 | 5 | B6 | 59 | 35 |
| Octal | 32 | 354 | 362 | 131 | 2 | 0 | 5 | 266 | 131 | 65 |
| Binary | 11010 | 11101100 | 11110010 | 1011001 | 10 | 0 | 101 | 10110110 | 1011001 | 110101 |
Color Harmonies of #1AECF2
Complementary color
Monochromatic Colors of #1AECF2
Black with #1AECF2
Text Example
Text Example
White with #1AECF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1AECF2; }
p { color: rgb(26,236,242); }
H1.HeaderClassName
{
color: #1AECF2;
}
.AnyTagClassName
{
color: #1AECF2;
}
</style>
background-color css
<style>
a { background-color: #1AECF2; }
a { background-color: rgb(26,236,242); }
div.DivClassName
{
background-color: #1AECF2;
}
.BgClassName
{
background-color: #1AECF2;
}
</style>
border-color css
<style>
span { border-color: #1AECF2; }
span { border-color: rgb(26,236,242); }
td.TdClassName
{
border-color: #1AECF2;
}
.TagClassName
{
border-color: #1AECF2;
}
</style>