Shades of Bright Turquoise #1AFBE0
Tints of Bright Turquoise #1AFBE0
RGB
CMYK
RGB Variations
Color information
#1AFBE0 (or 0x1AFBE0) is known color: Bright Turquoise. HEX triplet: 1A, FB and E0. RGB value is (26,251,224). Sum of RGB (Red+Green+Blue) = 26+251+224=501 (66% of max value = 765). Red value is 26 (10.55% from 255 or 5.19% from 501); Green value is 251 (98.44% from 255 or 50.10% from 501); Blue value is 224 (87.89% from 255 or 44.71% from 501); Max value from RGB is 251 - color contains mainly: green. Hex color #1AFBE0 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #1AFBE0 is #E5041F. Grayscale: #B4B4B4. Windows color (decimal): -15008800 or 14744346. OLE color: 14744346.
HSL color Cylindrical-coordinate representation of color #1AFBE0: hue angle of 172.8º 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 #1AFBE0 is Cyan = 0.90, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 26 | 251 | 224 | - |
| CMYK | 0.90 | 0 | 0.11 | 0.02 |
| HSL | 172.8º | 0.97% | 0.54% | - |
| HSV(B) | 172.8º | 0.9% | 0.98% | - |
| XYZ | 48.38 | 74.6 | 82.37 | - |
| YUV | 180.65 | 152.46 | 17.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 251 | 224 | 0.90 | 0 | 0.11 | 0.02 | 172.8 | 0.97 | 0.54 |
| Hex | 1A | FB | E0 | 5A | 0 | B | 2 | AD | 61 | 36 |
| Octal | 32 | 373 | 340 | 132 | 0 | 13 | 2 | 255 | 141 | 66 |
| Binary | 11010 | 11111011 | 11100000 | 1011010 | 0 | 1011 | 10 | 10101101 | 1100001 | 110110 |
Color Harmonies of #1AFBE0
Complementary color
Monochromatic Colors of #1AFBE0
Black with #1AFBE0
Text Example
Text Example
White with #1AFBE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1AFBE0; }
p { color: rgb(26,251,224); }
H1.HeaderClassName
{
color: #1AFBE0;
}
.AnyTagClassName
{
color: #1AFBE0;
}
</style>
background-color css
<style>
a { background-color: #1AFBE0; }
a { background-color: rgb(26,251,224); }
div.DivClassName
{
background-color: #1AFBE0;
}
.BgClassName
{
background-color: #1AFBE0;
}
</style>
border-color css
<style>
span { border-color: #1AFBE0; }
span { border-color: rgb(26,251,224); }
td.TdClassName
{
border-color: #1AFBE0;
}
.TagClassName
{
border-color: #1AFBE0;
}
</style>