Shades of Bright Turquoise #1AF7EE
Tints of Bright Turquoise #1AF7EE
RGB
CMYK
RGB Variations
Color information
#1AF7EE (or 0x1AF7EE) is known color: Bright Turquoise. HEX triplet: 1A, F7 and EE. RGB value is (26,247,238). Sum of RGB (Red+Green+Blue) = 26+247+238=511 (67% of max value = 765). Red value is 26 (10.55% from 255 or 5.09% from 511); Green value is 247 (96.88% from 255 or 48.34% from 511); Blue value is 238 (93.36% from 255 or 46.58% from 511); Max value from RGB is 247 - color contains mainly: green. Hex color #1AF7EE is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #1AF7EE is #E50811. Grayscale: #B3B3B3. Windows color (decimal): -15009810 or 15660826. OLE color: 15660826.
HSL color Cylindrical-coordinate representation of color #1AF7EE: hue angle of 177.56º 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 #1AF7EE is Cyan = 0.89, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 26 | 247 | 238 | - |
| CMYK | 0.89 | 0 | 0.04 | 0.03 |
| HSL | 177.56º | 0.93% | 0.54% | - |
| HSV(B) | 177.56º | 0.89% | 0.97% | - |
| XYZ | 49.12 | 72.91 | 92.37 | - |
| YUV | 179.9 | 160.78 | 18.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 247 | 238 | 0.89 | 0 | 0.04 | 0.03 | 177.56 | 0.93 | 0.54 |
| Hex | 1A | F7 | EE | 59 | 0 | 4 | 3 | B2 | 5D | 36 |
| Octal | 32 | 367 | 356 | 131 | 0 | 4 | 3 | 262 | 135 | 66 |
| Binary | 11010 | 11110111 | 11101110 | 1011001 | 0 | 100 | 11 | 10110010 | 1011101 | 110110 |
Color Harmonies of #1AF7EE
Complementary color
Monochromatic Colors of #1AF7EE
Black with #1AF7EE
Text Example
Text Example
White with #1AF7EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1AF7EE; }
p { color: rgb(26,247,238); }
H1.HeaderClassName
{
color: #1AF7EE;
}
.AnyTagClassName
{
color: #1AF7EE;
}
</style>
background-color css
<style>
a { background-color: #1AF7EE; }
a { background-color: rgb(26,247,238); }
div.DivClassName
{
background-color: #1AF7EE;
}
.BgClassName
{
background-color: #1AF7EE;
}
</style>
border-color css
<style>
span { border-color: #1AF7EE; }
span { border-color: rgb(26,247,238); }
td.TdClassName
{
border-color: #1AF7EE;
}
.TagClassName
{
border-color: #1AF7EE;
}
</style>