Shades of Bright Turquoise #1AF7E5
Tints of Bright Turquoise #1AF7E5
RGB
CMYK
RGB Variations
Color information
#1AF7E5 (or 0x1AF7E5) is known color: Bright Turquoise. HEX triplet: 1A, F7 and E5. RGB value is (26,247,229). Sum of RGB (Red+Green+Blue) = 26+247+229=502 (66% of max value = 765). Red value is 26 (10.55% from 255 or 5.18% from 502); Green value is 247 (96.88% from 255 or 49.20% from 502); Blue value is 229 (89.84% from 255 or 45.62% from 502); Max value from RGB is 247 - color contains mainly: green. Hex color #1AF7E5 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #1AF7E5 is #E5081A. Grayscale: #B2B2B2. Windows color (decimal): -15009819 or 15071002. OLE color: 15071002.
HSL color Cylindrical-coordinate representation of color #1AF7E5: hue angle of 175.11º degrees, saturation: 0.93, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1AF7E5 is Cyan = 0.89, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 26 | 247 | 229 | - |
| CMYK | 0.89 | 0 | 0.07 | 0.03 |
| HSL | 175.11º | 0.93% | 0.54% | - |
| HSV(B) | 175.11º | 0.89% | 0.97% | - |
| XYZ | 47.83 | 72.4 | 85.58 | - |
| YUV | 178.87 | 156.28 | 18.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 247 | 229 | 0.89 | 0 | 0.07 | 0.03 | 175.11 | 0.93 | 0.54 |
| Hex | 1A | F7 | E5 | 59 | 0 | 7 | 3 | AF | 5D | 36 |
| Octal | 32 | 367 | 345 | 131 | 0 | 7 | 3 | 257 | 135 | 66 |
| Binary | 11010 | 11110111 | 11100101 | 1011001 | 0 | 111 | 11 | 10101111 | 1011101 | 110110 |
Color Harmonies of #1AF7E5
Complementary color
Monochromatic Colors of #1AF7E5
Black with #1AF7E5
Text Example
Text Example
White with #1AF7E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1AF7E5; }
p { color: rgb(26,247,229); }
H1.HeaderClassName
{
color: #1AF7E5;
}
.AnyTagClassName
{
color: #1AF7E5;
}
</style>
background-color css
<style>
a { background-color: #1AF7E5; }
a { background-color: rgb(26,247,229); }
div.DivClassName
{
background-color: #1AF7E5;
}
.BgClassName
{
background-color: #1AF7E5;
}
</style>
border-color css
<style>
span { border-color: #1AF7E5; }
span { border-color: rgb(26,247,229); }
td.TdClassName
{
border-color: #1AF7E5;
}
.TagClassName
{
border-color: #1AF7E5;
}
</style>