Shades of Bright Turquoise #1AFFEB
Tints of Bright Turquoise #1AFFEB
RGB
CMYK
RGB Variations
Color information
#1AFFEB (or 0x1AFFEB) is known color: Bright Turquoise. HEX triplet: 1A, FF and EB. RGB value is (26,255,235). Sum of RGB (Red+Green+Blue) = 26+255+235=516 (68% of max value = 765). Red value is 26 (10.55% from 255 or 5.04% from 516); Green value is 255 (100% from 255 or 49.42% from 516); Blue value is 235 (92.19% from 255 or 45.54% from 516); Max value from RGB is 255 - color contains mainly: green. Hex color #1AFFEB is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #1AFFEB is #E50014. Grayscale: #B8B8B8. Windows color (decimal): -15007765 or 15466266. OLE color: 15466266.
HSL color Cylindrical-coordinate representation of color #1AFFEB: hue angle of 174.76º 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 #1AFFEB is Cyan = 0.90, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.
Color convert
| RGB | 26 | 255 | 235 | - |
| CMYK | 0.90 | 0 | 0.08 | 0 |
| HSL | 174.76º | 1% | 0.55% | - |
| HSV(B) | 174.76º | 0.9% | 1% | - |
| XYZ | 51.18 | 77.74 | 90.9 | - |
| YUV | 184.25 | 156.63 | 15.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 255 | 235 | 0.90 | 0 | 0.08 | 0 | 174.76 | 1 | 0.55 |
| Hex | 1A | FF | EB | 5A | 0 | 8 | 0 | AF | 64 | 37 |
| Octal | 32 | 377 | 353 | 132 | 0 | 10 | 0 | 257 | 144 | 67 |
| Binary | 11010 | 11111111 | 11101011 | 1011010 | 0 | 1000 | 0 | 10101111 | 1100100 | 110111 |
Color Harmonies of #1AFFEB
Complementary color
Monochromatic Colors of #1AFFEB
Black with #1AFFEB
Text Example
Text Example
White with #1AFFEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1AFFEB; }
p { color: rgb(26,255,235); }
H1.HeaderClassName
{
color: #1AFFEB;
}
.AnyTagClassName
{
color: #1AFFEB;
}
</style>
background-color css
<style>
a { background-color: #1AFFEB; }
a { background-color: rgb(26,255,235); }
div.DivClassName
{
background-color: #1AFFEB;
}
.BgClassName
{
background-color: #1AFFEB;
}
</style>
border-color css
<style>
span { border-color: #1AFFEB; }
span { border-color: rgb(26,255,235); }
td.TdClassName
{
border-color: #1AFFEB;
}
.TagClassName
{
border-color: #1AFFEB;
}
</style>