Shades of Bright Turquoise #1AFAEC
Tints of Bright Turquoise #1AFAEC
RGB
CMYK
RGB Variations
Color information
#1AFAEC (or 0x1AFAEC) is known color: Bright Turquoise. HEX triplet: 1A, FA and EC. RGB value is (26,250,236). Sum of RGB (Red+Green+Blue) = 26+250+236=512 (67% of max value = 765). Red value is 26 (10.55% from 255 or 5.08% from 512); Green value is 250 (98.05% from 255 or 48.83% from 512); Blue value is 236 (92.58% from 255 or 46.09% from 512); Max value from RGB is 250 - color contains mainly: green. Hex color #1AFAEC is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #1AFAEC is #E50513. Grayscale: #B5B5B5. Windows color (decimal): -15009044 or 15530522. OLE color: 15530522.
HSL color Cylindrical-coordinate representation of color #1AFAEC: hue angle of 176.25º degrees, saturation: 0.96, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1AFAEC is Cyan = 0.90, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 26 | 250 | 236 | - |
| CMYK | 0.90 | 0 | 0.06 | 0.02 |
| HSL | 176.25º | 0.96% | 0.54% | - |
| HSV(B) | 176.25º | 0.9% | 0.98% | - |
| XYZ | 49.75 | 74.65 | 91.14 | - |
| YUV | 181.43 | 158.79 | 17.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 250 | 236 | 0.90 | 0 | 0.06 | 0.02 | 176.25 | 0.96 | 0.54 |
| Hex | 1A | FA | EC | 5A | 0 | 6 | 2 | B0 | 60 | 36 |
| Octal | 32 | 372 | 354 | 132 | 0 | 6 | 2 | 260 | 140 | 66 |
| Binary | 11010 | 11111010 | 11101100 | 1011010 | 0 | 110 | 10 | 10110000 | 1100000 | 110110 |
Color Harmonies of #1AFAEC
Complementary color
Monochromatic Colors of #1AFAEC
Black with #1AFAEC
Text Example
Text Example
White with #1AFAEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1AFAEC; }
p { color: rgb(26,250,236); }
H1.HeaderClassName
{
color: #1AFAEC;
}
.AnyTagClassName
{
color: #1AFAEC;
}
</style>
background-color css
<style>
a { background-color: #1AFAEC; }
a { background-color: rgb(26,250,236); }
div.DivClassName
{
background-color: #1AFAEC;
}
.BgClassName
{
background-color: #1AFAEC;
}
</style>
border-color css
<style>
span { border-color: #1AFAEC; }
span { border-color: rgb(26,250,236); }
td.TdClassName
{
border-color: #1AFAEC;
}
.TagClassName
{
border-color: #1AFAEC;
}
</style>