Shades of Bright Turquoise #1AFECB
Tints of Bright Turquoise #1AFECB
RGB
CMYK
RGB Variations
Color information
#1AFECB (or 0x1AFECB) is known color: Bright Turquoise. HEX triplet: 1A, FE and CB. RGB value is (26,254,203). Sum of RGB (Red+Green+Blue) = 26+254+203=483 (63% of max value = 765). Red value is 26 (10.55% from 255 or 5.38% from 483); Green value is 254 (99.61% from 255 or 52.59% from 483); Blue value is 203 (79.69% from 255 or 42.03% from 483); Max value from RGB is 254 - color contains mainly: green. Hex color #1AFECB is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #1AFECB is #E50134. Grayscale: #B3B3B3. Windows color (decimal): -15008053 or 13368858. OLE color: 13368858.
HSL color Cylindrical-coordinate representation of color #1AFECB: hue angle of 166.58º degrees, saturation: 0.99, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1AFECB is Cyan = 0.90, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 26 | 254 | 203 | - |
| CMYK | 0.90 | 0 | 0.20 | 0.00 |
| HSL | 166.58º | 0.99% | 0.55% | - |
| HSV(B) | 166.58º | 0.9% | 1% | - |
| XYZ | 46.65 | 75.42 | 68.6 | - |
| YUV | 180.01 | 140.96 | 18.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 254 | 203 | 0.90 | 0 | 0.20 | 0.00 | 166.58 | 0.99 | 0.55 |
| Hex | 1A | FE | CB | 5A | 0 | 14 | 0 | A7 | 63 | 37 |
| Octal | 32 | 376 | 313 | 132 | 0 | 24 | 0 | 247 | 143 | 67 |
| Binary | 11010 | 11111110 | 11001011 | 1011010 | 0 | 10100 | 0 | 10100111 | 1100011 | 110111 |
Color Harmonies of #1AFECB
Complementary color
Monochromatic Colors of #1AFECB
Black with #1AFECB
Text Example
Text Example
White with #1AFECB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1AFECB; }
p { color: rgb(26,254,203); }
H1.HeaderClassName
{
color: #1AFECB;
}
.AnyTagClassName
{
color: #1AFECB;
}
</style>
background-color css
<style>
a { background-color: #1AFECB; }
a { background-color: rgb(26,254,203); }
div.DivClassName
{
background-color: #1AFECB;
}
.BgClassName
{
background-color: #1AFECB;
}
</style>
border-color css
<style>
span { border-color: #1AFECB; }
span { border-color: rgb(26,254,203); }
td.TdClassName
{
border-color: #1AFECB;
}
.TagClassName
{
border-color: #1AFECB;
}
</style>