Shades of Bright Turquoise #1AF0EE
Tints of Bright Turquoise #1AF0EE
RGB
CMYK
RGB Variations
Color information
#1AF0EE (or 0x1AF0EE) is known color: Bright Turquoise. HEX triplet: 1A, F0 and EE. RGB value is (26,240,238). Sum of RGB (Red+Green+Blue) = 26+240+238=504 (66% of max value = 765). Red value is 26 (10.55% from 255 or 5.16% from 504); Green value is 240 (94.14% from 255 or 47.62% from 504); Blue value is 238 (93.36% from 255 or 47.22% from 504); Max value from RGB is 240 - color contains mainly: green. Hex color #1AF0EE is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #1AF0EE is #E50F11. Grayscale: #AFAFAF. Windows color (decimal): -15011602 or 15659034. OLE color: 15659034.
HSL color Cylindrical-coordinate representation of color #1AF0EE: hue angle of 179.44º degrees, saturation: 0.88, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1AF0EE is Cyan = 0.89, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 26 | 240 | 238 | - |
| CMYK | 0.89 | 0 | 0.01 | 0.06 |
| HSL | 179.44º | 0.88% | 0.52% | - |
| HSV(B) | 179.44º | 0.89% | 0.94% | - |
| XYZ | 47.02 | 68.71 | 91.67 | - |
| YUV | 175.79 | 163.1 | 21.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 240 | 238 | 0.89 | 0 | 0.01 | 0.06 | 179.44 | 0.88 | 0.52 |
| Hex | 1A | F0 | EE | 59 | 0 | 1 | 6 | B3 | 58 | 34 |
| Octal | 32 | 360 | 356 | 131 | 0 | 1 | 6 | 263 | 130 | 64 |
| Binary | 11010 | 11110000 | 11101110 | 1011001 | 0 | 1 | 110 | 10110011 | 1011000 | 110100 |
Color Harmonies of #1AF0EE
Complementary color
Monochromatic Colors of #1AF0EE
Black with #1AF0EE
Text Example
Text Example
White with #1AF0EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1AF0EE; }
p { color: rgb(26,240,238); }
H1.HeaderClassName
{
color: #1AF0EE;
}
.AnyTagClassName
{
color: #1AF0EE;
}
</style>
background-color css
<style>
a { background-color: #1AF0EE; }
a { background-color: rgb(26,240,238); }
div.DivClassName
{
background-color: #1AF0EE;
}
.BgClassName
{
background-color: #1AF0EE;
}
</style>
border-color css
<style>
span { border-color: #1AF0EE; }
span { border-color: rgb(26,240,238); }
td.TdClassName
{
border-color: #1AF0EE;
}
.TagClassName
{
border-color: #1AF0EE;
}
</style>