Shades of Bright Turquoise #1AFBE5
Tints of Bright Turquoise #1AFBE5
RGB
CMYK
RGB Variations
Color information
#1AFBE5 (or 0x1AFBE5) is known color: Bright Turquoise. HEX triplet: 1A, FB and E5. RGB value is (26,251,229). Sum of RGB (Red+Green+Blue) = 26+251+229=506 (67% of max value = 765). Red value is 26 (10.55% from 255 or 5.14% from 506); Green value is 251 (98.44% from 255 or 49.60% from 506); Blue value is 229 (89.84% from 255 or 45.26% from 506); Max value from RGB is 251 - color contains mainly: green. Hex color #1AFBE5 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #1AFBE5 is #E5041A. Grayscale: #B5B5B5. Windows color (decimal): -15008795 or 15072026. OLE color: 15072026.
HSL color Cylindrical-coordinate representation of color #1AFBE5: hue angle of 174.13º 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 #1AFBE5 is Cyan = 0.90, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 26 | 251 | 229 | - |
| CMYK | 0.90 | 0 | 0.09 | 0.02 |
| HSL | 174.13º | 0.97% | 0.54% | - |
| HSV(B) | 174.13º | 0.9% | 0.98% | - |
| XYZ | 49.07 | 74.87 | 85.99 | - |
| YUV | 181.22 | 154.96 | 17.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 251 | 229 | 0.90 | 0 | 0.09 | 0.02 | 174.13 | 0.97 | 0.54 |
| Hex | 1A | FB | E5 | 5A | 0 | 9 | 2 | AE | 61 | 36 |
| Octal | 32 | 373 | 345 | 132 | 0 | 11 | 2 | 256 | 141 | 66 |
| Binary | 11010 | 11111011 | 11100101 | 1011010 | 0 | 1001 | 10 | 10101110 | 1100001 | 110110 |
Color Harmonies of #1AFBE5
Complementary color
Monochromatic Colors of #1AFBE5
Black with #1AFBE5
Text Example
Text Example
White with #1AFBE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1AFBE5; }
p { color: rgb(26,251,229); }
H1.HeaderClassName
{
color: #1AFBE5;
}
.AnyTagClassName
{
color: #1AFBE5;
}
</style>
background-color css
<style>
a { background-color: #1AFBE5; }
a { background-color: rgb(26,251,229); }
div.DivClassName
{
background-color: #1AFBE5;
}
.BgClassName
{
background-color: #1AFBE5;
}
</style>
border-color css
<style>
span { border-color: #1AFBE5; }
span { border-color: rgb(26,251,229); }
td.TdClassName
{
border-color: #1AFBE5;
}
.TagClassName
{
border-color: #1AFBE5;
}
</style>