Shades of Bright Turquoise #1AFBE6
Tints of Bright Turquoise #1AFBE6
RGB
CMYK
RGB Variations
Color information
#1AFBE6 (or 0x1AFBE6) is known color: Bright Turquoise. HEX triplet: 1A, FB and E6. RGB value is (26,251,230). Sum of RGB (Red+Green+Blue) = 26+251+230=507 (67% of max value = 765). Red value is 26 (10.55% from 255 or 5.13% from 507); Green value is 251 (98.44% from 255 or 49.51% from 507); Blue value is 230 (90.23% from 255 or 45.36% from 507); Max value from RGB is 251 - color contains mainly: green. Hex color #1AFBE6 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #1AFBE6 is #E50419. Grayscale: #B5B5B5. Windows color (decimal): -15008794 or 15137562. OLE color: 15137562.
HSL color Cylindrical-coordinate representation of color #1AFBE6: hue angle of 174.4º degrees, saturation: 0.97, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1AFBE6 is Cyan = 0.90, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 26 | 251 | 230 | - |
| CMYK | 0.90 | 0 | 0.08 | 0.02 |
| HSL | 174.4º | 0.97% | 0.54% | - |
| HSV(B) | 174.4º | 0.9% | 0.98% | - |
| XYZ | 49.21 | 74.93 | 86.73 | - |
| YUV | 181.33 | 155.46 | 17.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 251 | 230 | 0.90 | 0 | 0.08 | 0.02 | 174.4 | 0.97 | 0.54 |
| Hex | 1A | FB | E6 | 5A | 0 | 8 | 2 | AE | 61 | 36 |
| Octal | 32 | 373 | 346 | 132 | 0 | 10 | 2 | 256 | 141 | 66 |
| Binary | 11010 | 11111011 | 11100110 | 1011010 | 0 | 1000 | 10 | 10101110 | 1100001 | 110110 |
Color Harmonies of #1AFBE6
Complementary color
Monochromatic Colors of #1AFBE6
Black with #1AFBE6
Text Example
Text Example
White with #1AFBE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1AFBE6; }
p { color: rgb(26,251,230); }
H1.HeaderClassName
{
color: #1AFBE6;
}
.AnyTagClassName
{
color: #1AFBE6;
}
</style>
background-color css
<style>
a { background-color: #1AFBE6; }
a { background-color: rgb(26,251,230); }
div.DivClassName
{
background-color: #1AFBE6;
}
.BgClassName
{
background-color: #1AFBE6;
}
</style>
border-color css
<style>
span { border-color: #1AFBE6; }
span { border-color: rgb(26,251,230); }
td.TdClassName
{
border-color: #1AFBE6;
}
.TagClassName
{
border-color: #1AFBE6;
}
</style>