Shades of Bright Turquoise #1AFFE1
Tints of Bright Turquoise #1AFFE1
RGB
CMYK
RGB Variations
Color information
#1AFFE1 (or 0x1AFFE1) is known color: Bright Turquoise. HEX triplet: 1A, FF and E1. RGB value is (26,255,225). Sum of RGB (Red+Green+Blue) = 26+255+225=506 (67% of max value = 765). Red value is 26 (10.55% from 255 or 5.14% from 506); Green value is 255 (100% from 255 or 50.40% from 506); Blue value is 225 (88.28% from 255 or 44.47% from 506); Max value from RGB is 255 - color contains mainly: green. Hex color #1AFFE1 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #1AFFE1 is #E5001E. Grayscale: #B7B7B7. Windows color (decimal): -15007775 or 14810906. OLE color: 14810906.
HSL color Cylindrical-coordinate representation of color #1AFFE1: hue angle of 172.14º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1AFFE1 is Cyan = 0.90, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.
Color convert
| RGB | 26 | 255 | 225 | - |
| CMYK | 0.90 | 0 | 0.12 | 0 |
| HSL | 172.14º | 1% | 0.55% | - |
| HSV(B) | 172.14º | 0.9% | 1% | - |
| XYZ | 49.78 | 77.18 | 83.51 | - |
| YUV | 183.11 | 151.63 | 15.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 255 | 225 | 0.90 | 0 | 0.12 | 0 | 172.14 | 1 | 0.55 |
| Hex | 1A | FF | E1 | 5A | 0 | C | 0 | AC | 64 | 37 |
| Octal | 32 | 377 | 341 | 132 | 0 | 14 | 0 | 254 | 144 | 67 |
| Binary | 11010 | 11111111 | 11100001 | 1011010 | 0 | 1100 | 0 | 10101100 | 1100100 | 110111 |
Color Harmonies of #1AFFE1
Complementary color
Monochromatic Colors of #1AFFE1
Black with #1AFFE1
Text Example
Text Example
White with #1AFFE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1AFFE1; }
p { color: rgb(26,255,225); }
H1.HeaderClassName
{
color: #1AFFE1;
}
.AnyTagClassName
{
color: #1AFFE1;
}
</style>
background-color css
<style>
a { background-color: #1AFFE1; }
a { background-color: rgb(26,255,225); }
div.DivClassName
{
background-color: #1AFFE1;
}
.BgClassName
{
background-color: #1AFFE1;
}
</style>
border-color css
<style>
span { border-color: #1AFFE1; }
span { border-color: rgb(26,255,225); }
td.TdClassName
{
border-color: #1AFFE1;
}
.TagClassName
{
border-color: #1AFFE1;
}
</style>